You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure is this a bug or am I doing something wrong. I've enabled HASURA_GRAPHQL_ENABLE_ALLOWLIST and I want to have "allow list" of queries of my choosing.
Now, I'm trying to add queries to the allow list, but no matter what query I add I get this error message:
Same is for query like this:
query ($id: Int!){
products_by_pk(id: $id){
__typename
id
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not sure is this a bug or am I doing something wrong. I've enabled
HASURA_GRAPHQL_ENABLE_ALLOWLIST
and I want to have "allow list" of queries of my choosing.Now, I'm trying to add queries to the allow list, but no matter what query I add I get this error message:
Same is for query like this:
I was following guide here. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions