Initial commit from monorepo
This commit is contained in:
9
graphql/operations/public/exchange/GetProducts.graphql
Normal file
9
graphql/operations/public/exchange/GetProducts.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
query GetProducts {
|
||||
getProducts {
|
||||
uuid
|
||||
name
|
||||
categoryId
|
||||
categoryName
|
||||
terminusSchemaId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user