Type alias DeleteCollectionLocationMutation

DeleteCollectionLocationMutation: {
    __typename?: "Mutation";
    deleteCollectionItem: {
        __typename: "DeleteCollectionItemPayload";
    };
}

Type declaration

  • Optional __typename?: "Mutation"
  • deleteCollectionItem: {
        __typename: "DeleteCollectionItemPayload";
    }
    • __typename: "DeleteCollectionItemPayload"

Generated using TypeDoc