INPUT_OBJECT

RefConstructor

RefConstructor is used to create a Ref

link GraphQL Schema definition

  • input RefConstructor {
  • # 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. If
  • # none is provided, a k-sortable uuid will be assigned
  • gid: String
  • }