Restriction by ID
Get the information of a restriction by its given ID
Required Argument
Available Fields
Example
{
restriction(
id: "UmVzdHJpY3Rpb246ZTZmNzY2MjctOTg3OC00MzRmLTk2YTctYjg0NGE1ODliZmNh"
) {
id
name
subcategory
slugname
isOnProgram
}
}
{
"data": {
"restriction": {
"id": "UmVzdHJpY3Rpb246ZTZmNzY2MjctOTg3OC00MzRmLTk2YTctYjg0NGE1ODliZmNh",
"name": "Walnuts",
"subcategory": "Nuts and Seeds",
"slugname": "walnuts",
"isOnProgram": false
}
}
}Last updated
Was this helpful?