Uses of Interface
org.springframework.graphql.execution.GraphQlSource
Packages that use GraphQlSource
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
 
GraphQL.HTTP and WebSocket handlers for use in a Spring WebFlux application.
HTTP and WebSocket handlers for use in a Spring WebMvc application.
- 
Uses of GraphQlSource in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution that return GraphQlSourceModifier and TypeMethodDescriptionAbstractGraphQlSourceBuilder.build()GraphQlSource.Builder.build()Build theGraphQlSourceinstance.GraphQlSource.Factory.create(graphql.GraphQL graphQl, graphql.schema.GraphQLSchema schema) Create aGraphQlSourcewith the given inputs.Constructors in org.springframework.graphql.execution with parameters of type GraphQlSource - 
Uses of GraphQlSource in org.springframework.graphql.server.webflux
Constructors in org.springframework.graphql.server.webflux with parameters of type GraphQlSource - 
Uses of GraphQlSource in org.springframework.graphql.server.webmvc
Constructors in org.springframework.graphql.server.webmvc with parameters of type GraphQlSource