Package com.expediagroup.graphql.generator.annotations
See: Description
-
Annotation Summary Annotation Description GraphQLDeprecated Marks the query or property as deprecated Like @kotlin.Deprecated
Unlike @Deprecated your own code isn't marked as deprecatedGraphQLDescription Set the GraphQL description to be picked up by the schema generator. GraphQLDirective Meta annotation used to denote an annotation as a GraphQL schema directives. GraphQLIgnore Mark something to be ignored by the GraphQL schema generator. GraphQLName Set the GraphQL name to be picked up by the schema generator. GraphQLType Can be used on any field to set the return type. GraphQLUnion GraphQLValidObjectLocations Kotlin classes can be used as GraphQL input types, output types, or both. -
Enum Summary Enum Description Locations