See: Description
| Annotation Type | Description |
|---|---|
| GraphQLInputType |
This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the
GraphQL schema
|
| GraphQLNonScalar |
This annotation marks all fields in the generated classes, that are non scalar.
|
| GraphQLQuery |
This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL
schema.
|
| GraphQLScalar |
This annotation marks all fields in the generated classes, that are standard GraphQL scalar.
|
Copyright © 2020. All rights reserved.