public class SimpleRelay
extends graphql.relay.Relay
| Constructor and Description |
|---|
SimpleRelay() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLObjectType |
connectionType(java.lang.String name,
graphql.schema.GraphQLObjectType edgeType,
java.util.List<graphql.schema.GraphQLFieldDefinition> connectionFields) |
graphql.schema.GraphQLObjectType |
edgeType(java.lang.String name,
graphql.schema.GraphQLOutputType nodeType,
graphql.schema.GraphQLInterfaceType nodeInterface,
java.util.List<graphql.schema.GraphQLFieldDefinition> edgeFields) |
java.util.List<graphql.schema.GraphQLArgument> |
getConnectionFieldArguments() |
public graphql.schema.GraphQLObjectType connectionType(java.lang.String name,
graphql.schema.GraphQLObjectType edgeType,
java.util.List<graphql.schema.GraphQLFieldDefinition> connectionFields)
connectionType in class graphql.relay.Relaypublic graphql.schema.GraphQLObjectType edgeType(java.lang.String name,
graphql.schema.GraphQLOutputType nodeType,
graphql.schema.GraphQLInterfaceType nodeInterface,
java.util.List<graphql.schema.GraphQLFieldDefinition> edgeFields)
edgeType in class graphql.relay.Relaypublic java.util.List<graphql.schema.GraphQLArgument> getConnectionFieldArguments()
getConnectionFieldArguments in class graphql.relay.Relay