INPUT_OBJECT

GroupRemoveEntryInput

link GraphQL Schema definition

  • input GroupRemoveEntryInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # trigger a reauthentation of the end-system being removed
  • reauthenticate: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • group: String!
  • # Value to be removed from group
  • value: String!
  • }