INPUT_OBJECT

BaseGroupAddEntryInput

link GraphQL Schema definition

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