Skip navigation links
Spring GraphQL
A B C D E F G H I J L M O P Q R S T V W 

O

operationName(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.RequestSpec
Set the operation name.
org.springframework.graphql - package org.springframework.graphql
Top level abstractions for processing GraphQL requests including GraphQlService for executing a request and RequestInput to represent the input for a request.
org.springframework.graphql.data - package org.springframework.graphql.data
Support for various ways to implement DataFetchers.
org.springframework.graphql.data.method - package org.springframework.graphql.data.method
Support for DataFetcher's based on handler methods typically annotated with SchemaMapping annotations.
org.springframework.graphql.data.method.annotation - package org.springframework.graphql.data.method.annotation
Annotations for binding data fetching methods to GraphQL schema queries, mutations, subscriptions, and fields.
org.springframework.graphql.data.method.annotation.support - package org.springframework.graphql.data.method.annotation.support
Resolvers for method parameters of annotated handler methods.
org.springframework.graphql.data.querydsl - package org.springframework.graphql.data.querydsl
Support for DataFetchers backed by Querydsl based Spring Data repositories.
org.springframework.graphql.execution - package org.springframework.graphql.execution
Support for GraphQL request execution, including abstractions to configure and invoke GraphQL.
org.springframework.graphql.security - package org.springframework.graphql.security
Spring Security support for GraphQL.
org.springframework.graphql.test.tester - package org.springframework.graphql.test.tester
GraphQL client testing support.
org.springframework.graphql.web - package org.springframework.graphql.web
Support for executing GraphQL requests over the Web, including handlers for HTTP and WebSocket.
org.springframework.graphql.web.webflux - package org.springframework.graphql.web.webflux
HTTP and WebSocket handlers for use in a Spring WebFlux application.
org.springframework.graphql.web.webmvc - package org.springframework.graphql.web.webmvc
HTTP and WebSocket handlers for use in a Spring WebMvc application.
A B C D E F G H I J L M O P Q R S T V W 
Skip navigation links
Spring GraphQL