Greg Wyne
04/28/2022, 10:17 PMquery {
tenant {
id
}
}
With error:
GRAPHQL_VALIDATION_FAILED: Cannot query field "tenant" on type "Query".
However I can run the mutation to create a tenant. Did I miss a step or a service somewhere? Thanks!Anna Geller
04/29/2022, 12:27 AMprefect server create-tenant --name default --slug default
the last thing I saw here is that you may try adding this environment variable to make it work with Hasura 2.0:
You may also need this environment variable:
export HASURA_GRAPHQL_V1_BOOLEAN_NULL_COLLAPSE=true
Greg Wyne
04/29/2022, 1:09 AMKubernetesJobEnvironment
for this, but in the newer version it want’s us to use KubernetesRun
instead. I’ll keep poking around but if you have any insights there that would be amazingAnna Geller
04/29/2022, 2:22 AM