Interface GraphQLDirectiveProvider

All Superinterfaces:
GraphQLProvider

public interface GraphQLDirectiveProvider extends GraphQLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<graphql.schema.GraphQLDirective>
     
  • Method Details

    • getDirectives

      Collection<graphql.schema.GraphQLDirective> getDirectives()
      Returns:
      A collection of directive definitions that will be added to the schema.