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

10 lines
128 B
GraphQL

query GetProduct($uuid: String!) {
getProducts {
uuid
name
categoryId
categoryName
terminusSchemaId
}
}