Skip to content
Advertisement

Tag: hasura

Optional variable in Graphql

I have a graphql query like this: when i run this it expects a id as variable. How can I make that variable optional? It should display all results when no id is given Answer There’s no way that I’m aware to declare a variable as optional but also have it ignore the rest of the expression in the way

Advertisement