D
F
G
I
O
S
W
I
- io.github.graphglue - package io.github.graphglue
- io.github.graphglue.graphql - package io.github.graphglue.graphql
- isValidAdditionalType(KClass,Boolean) - function in io.github.graphglue.graphql.GraphglueGraphQLConfiguration.GraphglueSchemaGeneratorHooks
- Checks if an additional type is valid Used when adding subtypes of interfaces Ignores Node types, as those are handled manually
- isValidFunction(KClass,KFunction) - function in com.expediagroup.graphql.generator.hooks.GraphglueGraphQLConfiguration.GraphglueSchemaGeneratorHooks
- isValidProperty(KClass,KProperty) - function in io.github.graphglue.graphql.GraphglueGraphQLConfiguration.GraphglueSchemaGeneratorHooks
- Called to check if a property should be included in the schema Ignores all properties annotated with NodeRelationship, as those are handled manually
- isValidSubscriptionReturnType(KClass,KFunction) - function in com.expediagroup.graphql.generator.hooks.GraphglueGraphQLConfiguration.GraphglueSchemaGeneratorHooks
- isValidSuperclass(KClass) - function in io.github.graphglue.graphql.GraphglueGraphQLConfiguration.GraphglueSchemaGeneratorHooks
- Checks if a superclass is valid Used when adding interfaces to an object type Ignores Node types, as those are handled manually