INPUT_OBJECT
UserGroupEntryInput
link GraphQL Schema definition
- input UserGroupEntryInput {
- # Entry description
- : String
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- : String
- : String!
- # Attribute value to be added to group
- : String!
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- : String
- # Attribute name to be added to group
- : String!
- }