DeleteCollectionPayload: {
    __typename?: "DeleteCollectionPayload";
    id?: Maybe<Scalars["ID"]>;
}

The available payload after performing a delete collection

Type declaration

  • Optional __typename?: "DeleteCollectionPayload"
  • Optional id?: Maybe<Scalars["ID"]>

    The ID of the deleted collection

Generated using TypeDoc