UpdateCollectionLocationPayload: {
    __typename?: "UpdateCollectionLocationPayload";
    location?: Maybe<CollectionLocation>;
}

The fields available after the collection location has been updated

Type declaration

  • Optional __typename?: "UpdateCollectionLocationPayload"
  • Optional location?: Maybe<CollectionLocation>

    The collection location that was updated

Generated using TypeDoc