OBJECT

DeleteGameConfigurationPayload

  • type DeleteGameConfigurationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The collectionId of the configuration collection that was deleted.
  • collectionId: UUID!
  • # If in the deletion query, the `retrieval` field was specified, contains the
  • # configuration that was deleted.
  • configuration: ConfigurationCollection
  • }