Class FakeRelay


  • public final class FakeRelay
    extends graphql.relay.Relay
    This class is just for the library to know whether to use the relay in the container or not
    • 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
      FakeRelay()  
    • Method Summary

      • Methods inherited from class graphql.relay.Relay

        connectionType, edgeType, fromGlobalId, getBackwardPaginationConnectionFieldArguments, getConnectionFieldArguments, 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

      • FakeRelay

        public FakeRelay()