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

The fields available after deleting a collection

Type declaration

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

    The ID of the collection, in the form of collection/XYZ

Generated using TypeDoc