Uses of Annotation Type
com.graphql_java_generator.annotation.GraphQLScalar
-
Uses of GraphQLScalar in com.generated.graphql
Modifier and TypeMethodDescriptionCharacter.get__typename()
Character.getAppearsIn()
Character.getId()
Character.getName()
void
Character.set__typename
(String __typename) void
Character.setAppearsIn
(List<Episode> appearsIn) void
void
-
Uses of GraphQLScalar in com.generated.graphql.util
Modifier and TypeMethodDescriptionMutationTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the __typename mutation against the GraphQL server.MutationTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the __typename query against the GraphQL server.QueryTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __typename mutation against the GraphQL server.MutationTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __typename query against the GraphQL server.QueryTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.