Class RelayKit


  • public class RelayKit
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static graphql.relay.Connection<java.lang.Object> EMPTY_CONNECTION
      An empty connection
      static graphql.relay.PageInfo EMPTY_PAGE_INFO
      An empty page info
    • Constructor Summary

      Constructors 
      Constructor Description
      RelayKit()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMPTY_PAGE_INFO

        public static final graphql.relay.PageInfo EMPTY_PAGE_INFO
        An empty page info
      • EMPTY_CONNECTION

        public static final graphql.relay.Connection<java.lang.Object> EMPTY_CONNECTION
        An empty connection
    • Constructor Detail

      • RelayKit

        public RelayKit()