Interface | Description |
---|---|
KotlinSchemaDirectiveWiring |
KotlinSchemaDirectiveWiring is used for enhancing/updating GraphQL type based on the specified directives.
|
Class | Description |
---|---|
DeprecatedDirectiveKt | |
KotlinDirectiveWiringFactory |
Wiring factory that is used to provide the directives.
|
KotlinFieldDirectiveEnvironment |
KotlinFieldDirectiveEnvironment holds wiring information for applying directives on GraphQL fields.
|
KotlinSchemaDirectiveEnvironment<T extends GraphQLDirectiveContainer> |
KotlinSchemaDirectiveEnvironment holds basic wiring information that includes target element and directive that is to be applied.
|