Interface GraphQLQueryProvider
-
- All Superinterfaces:
GraphQLProvider
- All Known Implementing Classes:
CDPProviderSample
public interface GraphQLQueryProvider extends GraphQLProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<graphql.schema.GraphQLFieldDefinition>
getQueries(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-
-
Method Detail
-
getQueries
Set<graphql.schema.GraphQLFieldDefinition> getQueries(graphql.annotations.processor.GraphQLAnnotations graphQLAnnotations)
-
-