Class SimpleRelay


  • public class SimpleRelay
    extends graphql.relay.Relay
    • Nested Class Summary

      • Nested classes/interfaces inherited from class graphql.relay.Relay

        graphql.relay.Relay.ResolvedGlobalId
    • Field Summary

      • Fields inherited from class graphql.relay.Relay

        NODE, pageInfoType
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleRelay()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class graphql.relay.Relay

        fromGlobalId, getBackwardPaginationConnectionFieldArguments, getForwardPaginationConnectionFieldArguments, mutation, mutationWithClientMutationId, nodeField, nodeInterface, toGlobalId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleRelay

        public SimpleRelay()
    • Method Detail

      • connectionType

        public graphql.schema.GraphQLObjectType connectionType​(java.lang.String name,
                                                               graphql.schema.GraphQLObjectType edgeType,
                                                               java.util.List<graphql.schema.GraphQLFieldDefinition> connectionFields)
        Overrides:
        connectionType in class graphql.relay.Relay
      • edgeType

        public graphql.schema.GraphQLObjectType edgeType​(java.lang.String name,
                                                         graphql.schema.GraphQLOutputType nodeType,
                                                         graphql.schema.GraphQLInterfaceType nodeInterface,
                                                         java.util.List<graphql.schema.GraphQLFieldDefinition> edgeFields)
        Overrides:
        edgeType in class graphql.relay.Relay
      • getConnectionFieldArguments

        public java.util.List<graphql.schema.GraphQLArgument> getConnectionFieldArguments()
        Overrides:
        getConnectionFieldArguments in class graphql.relay.Relay