A  C  D  E  F  G  I  K  L  O  P  R  S  T  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(Throwable) - function in kotlin.CoercingValueToLiteralException
 
initCause(Throwable) - function in kotlin.IncorrectFederatedDirectiveUsage
 
initCause(Throwable) - function in kotlin.InvalidFederatedSchema
 
insertAfter(TraverserContext,GraphQLSchemaElement) - function in graphql.schema.FieldSetTransformer
 
insertBefore(TraverserContext,GraphQLSchemaElement) - function in graphql.schema.FieldSetTransformer
 
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(KClass,Boolean) - function in com.expediagroup.graphql.generator.hooks.FederatedSchemaGeneratorHooks
 
isValidFunction(KClass,KFunction) - function in com.expediagroup.graphql.generator.hooks.FederatedSchemaGeneratorHooks
 
isValidProperty(KClass,KProperty) - function in com.expediagroup.graphql.generator.hooks.FederatedSchemaGeneratorHooks
 
isValidSubscriptionReturnType(KClass,KFunction) - function in com.expediagroup.graphql.generator.hooks.FederatedSchemaGeneratorHooks
 
isValidSuperclass(KClass) - function in com.expediagroup.graphql.generator.hooks.FederatedSchemaGeneratorHooks
 
A  C  D  E  F  G  I  K  L  O  P  R  S  T  V  W