JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring GraphQL
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
V
W
M
many()
- Method in class org.springframework.graphql.data.querydsl.
QuerydslDataFetcher.Builder
Build a
DataFetcher
to fetch many object instances.
many()
- Method in class org.springframework.graphql.data.querydsl.
QuerydslDataFetcher.ReactiveBuilder
Build a
DataFetcher
to fetch many object instances through
Flux
.
matches(Predicate<D>)
- Method in interface org.springframework.graphql.test.tester.
GraphQlTester.EntitySpec
Assert the converted entity matches the given predicate.
matchesJson(String)
- Method in interface org.springframework.graphql.test.tester.
GraphQlTester.PathSpec
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.PathSpec
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.
MissingArgumentException
- Exception in
org.springframework.graphql.data.method.annotation.support
Indicates that an input argument value in the method parameters of an annotated DataFetcher method is not present.
MissingArgumentException(String, MethodParameter)
- Constructor for exception org.springframework.graphql.data.method.annotation.support.
MissingArgumentException
MutationMapping
- Annotation Type in
org.springframework.graphql.data.method.annotation
Annotation to express a mapping to a GraphQL Mutation operation.
A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring GraphQL
Prev Letter
Next Letter
Frames
No Frames
All Classes