- PageInfo - Class in org.jfantasy.graphql
-
- PageInfo() - Constructor for class org.jfantasy.graphql.PageInfo
-
- parseLiteral(Object) - Method in class org.jfantasy.graphql.scalars.OrderCoercing
-
- parseValue(Object) - Method in class org.jfantasy.graphql.scalars.OrderCoercing
-
- perform(String, ObjectNode) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String, ObjectNode) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, ObjectNode, List<String>) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String, ObjectNode, List<String>) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- post(String, String) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
- post(String, String, Map<String, String>) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
- post(String) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Performs a GraphQL request with the provided payload.
- postForResource(String) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- postForResource(String, List<String>) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
Loads a GraphQL query or mutation from the given classpath resource, appending any graphql
fragment resources provided and sends it to the GraphQL server.
- postMultipart(String, String) - Method in class org.jfantasy.graphql.client.GraphQLTemplate
-
- postProcessBeforeInitialization(Object, String) - Method in class org.jfantasy.graphql.client.GraphQLClientBeanPostProcessor
-
- processInjectionPoint(Member, Class<T>, GraphQLClient) - Method in class org.jfantasy.graphql.client.GraphQLClientBeanPostProcessor
-