Uses of Class
com.graphql_java_generator.annotation.RequestType
| Package | Description |
|---|---|
| com.graphql_java_generator.annotation |
All annotations used by the GraphQL-generator client part
|
-
Uses of RequestType in com.graphql_java_generator.annotation
Methods in com.graphql_java_generator.annotation that return RequestType Modifier and Type Method Description RequestTypetype()The type : query, mutation or subscription, as defined in the GraphQL schema.static RequestTypeRequestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.