Files
webapp/graphql/operations/public/exchange/GetProducts.graphql
T

10 lines
113 B
GraphQL

query GetProducts {
getProducts {
uuid
name
categoryId
categoryName
terminusSchemaId
}
}