POST
https://agin.cloud/graphql
dev
addProductToCatalogue

Create a new catalogue for an organization or a user.

A catalogue can list multiple products.

Available from: 0.46.0
Return Type: Catalogue
Input: createCatalogueInput
mutation
POST
https://agin.cloud/graphql
mutation addProductToCatalogue { addProductToCatalogue(input: {cart_id: "uuid-goes-here"}){ } }