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