Package 

Interface KotlinSchemaDirectiveWiring

  • All Implemented Interfaces:

    
    public interface KotlinSchemaDirectiveWiring
    
                        

    KotlinSchemaDirectiveWiring is used for enhancing/updating GraphQL type based on the specified directives.

    NOTE: While the GraphQL spec allows specifying the directives on number of different types (@see graphql.introspection.Introspection#DirectiveLocation) only fields have access to graphql.schema.DataFetcher that allows customizing runtime behavior.