| Annotation Type | Description |
|---|---|
| GraphQLBatched | |
| GraphQLConstructor |
When using object as argument of query or mutation, a HashMap Constructor is used to initialize
the object fields.
|
| GraphQLDataFetcher | |
| GraphQLDefaultValue | |
| GraphQLDeprecate | |
| GraphQLDescription | |
| GraphQLField | |
| GraphQLID | |
| GraphQLInvokeDetached | |
| GraphQLMutation |
Use this annotation to indicate that a type is a mutation, useful
for automatic discovery
|
| GraphQLName | |
| GraphQLNonNull | |
| GraphQLPrettify | |
| GraphQLRelayMutation |
Make the field with arguments conform to Relay specification (input: {..., clientMutationId: ...})
|
| GraphQLType | |
| GraphQLTypeExtension | |
| GraphQLTypeResolver | |
| GraphQLUnion |