INPUT_OBJECT

AddedUsersInput

Payload for added user as a label-value pair

link GraphQL Schema definition

  • input AddedUsersInput {
  • # The label for the user
  • label: String!
  • # The labeled value
  • value: ID!
  • }