Restriction by ID
Get the information of a restriction by its given ID
Use the restriction
query to obtain the information of a specific restriction based on its ID.
Required Argument
Argument Name | Type | Description |
| ID | Unique Id of the restriction. Check the restriction list to get a specific restriction ID |
Available Fields
Field Name | Type | Description |
| ID | Id of the restriction |
| String | Name of the restriction |
| String | Category of the restriction |
| String | Slug of the restriction |
| Bool | True if the restriction is part of the user's program |
Example
Last updated