10 lines
113 B
GraphQL
10 lines
113 B
GraphQL
query GetProducts {
|
|
getProducts {
|
|
uuid
|
|
name
|
|
categoryId
|
|
categoryName
|
|
terminusSchemaId
|
|
}
|
|
}
|