Class GraphQL.Root

  • Enclosing class:
    GraphQL

    public static class GraphQL.Root
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> data  
    • Constructor Summary

      Constructors 
      Constructor Description
      Root()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • data

        public java.util.Map<java.lang.String,​java.lang.Object> data
    • Constructor Detail

      • Root

        public Root()