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(kotlin.reflect.KClass,java.lang.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(kotlin.reflect.KClass,kotlin.reflect.KFunction) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
- isValidProperty(kotlin.reflect.KClass,kotlin.reflect.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(kotlin.reflect.KClass,kotlin.reflect.KFunction) - function in com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks
- isValidSuperclass(kotlin.reflect.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