All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
GraphQLObjectType |
connectionType(String name,
GraphQLObjectType edgeType,
List<GraphQLFieldDefinition> connectionFields) |
GraphQLObjectType |
edgeType(String name,
GraphQLOutputType nodeType,
GraphQLInterfaceType nodeInterface,
List<GraphQLFieldDefinition> edgeFields) |
Relay.ResolvedGlobalId |
fromGlobalId(String globalId) |
List<GraphQLArgument> |
getBackwardPaginationConnectionFieldArguments() |
List<GraphQLArgument> |
getConnectionFieldArguments() |
List<GraphQLArgument> |
getForwardPaginationConnectionFieldArguments() |
GraphQLFieldDefinition |
mutation(String name,
String fieldName,
List<GraphQLInputObjectField> inputFields,
List<GraphQLFieldDefinition> outputFields,
DataFetcher dataFetcher) |
GraphQLFieldDefinition |
mutationWithClientMutationId(String name,
String fieldName,
List<GraphQLInputObjectField> inputFields,
List<GraphQLFieldDefinition> outputFields,
DataFetcher dataFetcher) |
GraphQLFieldDefinition |
nodeField(GraphQLInterfaceType nodeInterface,
DataFetcher nodeDataFetcher) |
GraphQLInterfaceType |
nodeInterface(TypeResolver typeResolver) |
String |
toGlobalId(String type,
String id) |