Files
webapp/graphql/operations/public/exchange/GetProducts.graphql
2026-01-07 09:10:35 +07:00

10 lines
113 B
GraphQL

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