INPUT_OBJECT

UpdateReferenceCategoriesRelation

Update Reference to Reference Category relation input object

link GraphQL Schema definition

  • input UpdateReferenceCategoriesRelation {
  • # IDs of Reference Categories to be connected
  • connect: [ID!]
  • # IDs of Reference Categories which should be synced (IDs which are not included
  • # will be disconnected, new will be connected)
  • sync: [ID]
  • # IDs of Reference Categories to be disconnected
  • disconnect: [ID!]
  • }