Interface GraphQLQueryProvider

All Superinterfaces:
GraphQLProvider
All Known Implementing Classes:
CDPProviderSample

public interface GraphQLQueryProvider extends GraphQLProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<graphql.schema.GraphQLFieldDefinition>
    getQueries(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
     
  • Method Details

    • getQueries

      Set<graphql.schema.GraphQLFieldDefinition> getQueries(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)