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