INPUT_OBJECT
GroupAddEntryListInput
link GraphQL Schema definition
- input GroupAddEntryListInput {
- #   Group to add list of entries to
- : String!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   List of entries to add to groups. Each entry specifies value and description
- : [BaseGroupValueEntryInput]!
- : Boolean
- #   trigger a reauthentation of the end-system being added
- : Boolean
- }