10 lines
128 B
GraphQL
10 lines
128 B
GraphQL
query GetProduct($uuid: String!) {
|
|
getProducts {
|
|
uuid
|
|
name
|
|
categoryId
|
|
categoryName
|
|
terminusSchemaId
|
|
}
|
|
}
|