A  C  D  E  F  G  I  K  L  O  P  R  S  T  U  V  W 

I

InaccessibleDirective - class in com.expediagroup.graphql.generator.federation.directives
directive @inaccessible on FIELD_DEFINITION
    | OBJECT
    | INTERFACE
    | UNION
    | ENUM
    | ENUM_VALUE
    | SCALAR
    | INPUT_OBJECT
    | INPUT_FIELD_DEFINITION
    | ARGUMENT_DEFINITION
Inaccessible directive marks location within schema as inaccessible from the GraphQL Gateway.
IncorrectFederatedDirectiveUsage - class in com.expediagroup.graphql.generator.federation.exception
Exception thrown when Federation v2 directives are used with Federation v1 schema.
initCause(java.lang.Throwable) - function in kotlin.Throwable
 
insertAfter(graphql.util.TraverserContext,graphql.schema.GraphQLSchemaElement) - function in graphql.schema.GraphQLTypeVisitor
 
insertBefore(graphql.util.TraverserContext,graphql.schema.GraphQLSchemaElement) - function in graphql.schema.GraphQLTypeVisitor
 
InterfaceObjectDirective - class in com.expediagroup.graphql.generator.federation.directives
directive @interfaceObject on OBJECT
This directive provides meta information to the router that this entity type defined within this subgraph is an interface in the supergraph.
InvalidFederatedRequest - class in com.expediagroup.graphql.generator.federation.exception
GraphQLError returned when federated representation cannot be resolved by any type resolvers.
InvalidFederatedSchema - class in com.expediagroup.graphql.generator.federation.exception
Exception thrown if generated federated schema is invalid.
isValidAdditionalType(kotlin.reflect.KClass,java.lang.Boolean) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
 
isValidFunction(kotlin.reflect.KClass,kotlin.reflect.KFunction) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
 
isValidProperty(kotlin.reflect.KClass,kotlin.reflect.KProperty) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
 
isValidSubscriptionReturnType(kotlin.reflect.KClass,kotlin.reflect.KFunction) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
 
isValidSuperclass(kotlin.reflect.KClass) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
 
A  C  D  E  F  G  I  K  L  O  P  R  S  T  U  V  W