Index
All Classes and Interfaces|All Packages|Serialized Form
M
- many() - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.Builder
-
Build a
DataFetcher
to fetch many object instances. - many() - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder
-
Build a
DataFetcher
to fetch many object instances. - many() - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.Builder
-
Build a
DataFetcher
to fetch many object instances. - many() - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder
-
Build a
DataFetcher
to fetch many object instances. - matches(Predicate<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity matches the given predicate.
- matchesJson(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Parse the JSON at the given path and the given expected JSON and assert that the two are "similar".
- matchesJsonStrictly(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Path
-
Parse the JSON at the given path and the given expected JSON and assert that the two are "similar" so they contain the same attribute-value pairs regardless of formatting, along with lenient checking, e.g.
- maxBatchSize() - Element in annotation interface org.springframework.graphql.data.method.annotation.BatchMapping
-
Set the maximum number of keys to include a single batch, before splitting into multiple batches of keys to load.
- MissingSchemaException - Exception in org.springframework.graphql.execution
-
Indicates that no GraphQL schema definition was configured on the
GraphQlSource.Builder
. - MissingSchemaException() - Constructor for exception org.springframework.graphql.execution.MissingSchemaException
- mutate() - Method in interface org.springframework.graphql.client.GraphQlClient
-
Return a builder initialized from the configuration of "this" client to use to build a new, independently configured client instance.
- mutate() - Method in interface org.springframework.graphql.client.HttpGraphQlClient
- mutate() - Method in interface org.springframework.graphql.client.RSocketGraphQlClient
- mutate() - Method in interface org.springframework.graphql.client.WebGraphQlClient
- mutate() - Method in interface org.springframework.graphql.client.WebSocketGraphQlClient
- mutate() - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester
- mutate() - Method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Create a builder initialized from the configuration of "this" tester.
- mutate() - Method in interface org.springframework.graphql.test.tester.HttpGraphQlTester
- mutate() - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester
- mutate() - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester
- mutate() - Method in interface org.springframework.graphql.test.tester.WebSocketGraphQlTester
- MutationMapping - Annotation Interface in org.springframework.graphql.data.method.annotation
-
@MutationMapping
is a composed annotation that acts as a shortcut for@SchemaMapping
withtypeName="Mutation"
.
All Classes and Interfaces|All Packages|Serialized Form