Interface GraphQLFieldProvider

All Superinterfaces:
GraphQLProvider
All Known Subinterfaces:
GraphQLMutationProvider, GraphQLSubscriptionProvider

public interface GraphQLFieldProvider extends GraphQLProvider
  • Method Summary

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

    • getFields

      Collection<graphql.schema.GraphQLFieldDefinition> getFields()