Package com.codename1.annotations.graphql
package com.codename1.annotations.graphql
-
Annotation TypesClassDescriptionMarks an interface as a GraphQL client that the build-time annotation processor wires up to a generated implementation.Declares a
GraphQLClientmethod as a GraphQL mutation.Declares aGraphQLClientmethod as a GraphQL query.Declares aGraphQLClientmethod as a GraphQL subscription, streamed over a WebSocket using thegraphql-transport-wsprotocol.Binds aGraphQLClientmethod parameter to a GraphQL operation variable.