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