UpdateCollectionPayload: {
    __typename?: "UpdateCollectionPayload";
    collection?: Maybe<Collection>;
}

The available fields after updating a collection

Type declaration

  • Optional __typename?: "UpdateCollectionPayload"
  • Optional collection?: Maybe<Collection>

    The updated collection

Generated using TypeDoc