Interface | Description |
---|---|
GraphQLContext |
Mark something for the GraphQL context.
|
GraphQLDescription |
Set the GraphQL description to be picked up by the schema generator.
|
GraphQLDirective |
Meta annotation used to denote an annotation as a GraphQL directive.
|
GraphQLID |
Used to indicate that a property of type Int, String, Long, java.util.UUID is a GraphqQL Scalar ID
|
GraphQLIgnore |
Mark something to be ignored by the GraphQL schema generator.
|
GraphQLName |
Set the GraphQL name to be picked up by the schema generator.
|