OBJECT
GraphQuery
# GraphQL Schema definition
1 type GraphQuery implements AdminSharedAttributesInterface { 2 JSONDate! : 3 ID! : 4 HashObject : 5 # Name of the graph query 6 String! : 7 # defines the physical path of the file 8 String : 9 # The query 10 String! : 11 JSONDate! : 12 }