User's Restrictions
Update a user's food restrictions (food preferences).
Required Argument
Available Argument
Examples
mutation {
profileRestrictionsUpdate(
restrictions: [
"UmVzdHJpY3Rpb246M2ZmZDQ1OGUtMjczZi00MTZmLWE5NjYtNmFkYzliYjQ3OWE1",
"UmVzdHJpY3Rpb246ODU1ZjkzZjYtODQzOC00MTIzLTk3YzktM2U2YzU2MzllZjli"
]) {
success
}
}
{
"data": {
"profileRestrictionsUpdate": {
"success": true
}
}
}Last updated
Was this helpful?