INPUT_OBJECT

GroupAddEntryListInput

link GraphQL Schema definition

  • input GroupAddEntryListInput {
  • # List of entries to add to groups. Each entry specifies value and description
  • entries: [BaseGroupValueEntryInput]!
  • removeFromOtherGroups: Boolean
  • # trigger a reauthentation of the end-system being added
  • reauthenticate: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Group to add list of entries to
  • group: String!
  • }