Uses of Class
org.springframework.graphql.client.DgsGraphQlClient.RequestSpec
Packages that use DgsGraphQlClient.RequestSpec
-
Uses of DgsGraphQlClient.RequestSpec in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return DgsGraphQlClient.RequestSpecModifier and TypeMethodDescriptionSet a client request attribute.DgsGraphQlClient.RequestSpec.attributes(Consumer<Map<String, Object>> attributesConsumer) Manipulate the client request attributes.ConfigureCoercingfor serialization of scalar types.ConfigureCoercingfor serialization of scalar types.DgsGraphQlClient.RequestSpec.projection(com.netflix.graphql.dgs.client.codegen.BaseProjectionNode projectionNode) Provide aBaseProjectionNodethat defines the response selection set.DgsGraphQlClient.RequestSpec.queryAlias(String queryAlias) Configure an alias for the current query.DgsGraphQlClient.request(com.netflix.graphql.dgs.client.codegen.GraphQLQuery query) Start defining a GraphQL request for the givenGraphQLQuery.DgsGraphQlClient.RequestSpec.request(com.netflix.graphql.dgs.client.codegen.GraphQLQuery query) Define an additional GraphQL request for the givenGraphQLQuery, resulting in aGraphQLMultiQueryRequestbeing sent.