OBJECT

Ref

Ref describes a doc/connection type & id

link GraphQL Schema definition

  • type Ref {
  • # gtype is the type of the doc/connection ex: pet
  • gtype: String!
  • # gid is the unique id of the doc/connection within the context of it's type
  • gid: String!
  • }