OBJECT

ValueIdCollectionIdMappingPayload

Describes the modified configuration value GUID grouped by their value collection GUID

  • type ValueIdCollectionIdMappingPayload {
  • # The GUID of the value collection the grouped valueIds belong to.
  • collectionId: UUID!
  • # The GUIDs of the configuration values that were modified.
  • valueIds: [UUID!]!
  • }