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