Arman R. Tav

Results 2 issues of Arman R. Tav

On the latest release, using purely the example in `examples/nextjs`, after the `exp` time elapses, I'm getting the following error. How can I make sure that the automatic token refresh...

question
nextjs

`graphql-engine: hasura/graphql-engine:v1.1.0.cli-migrations` How can I go about handling multiple constraint violations? Say I have two constraints, `[my_first_constraint, my_second_constraint]` ``` on_conflict: { constraint: my_first_constraint, update_columns: [updated_at] } ``` Works for `my_first_constraint`...

k/question
a/api