diff --git a/docs/graphql/manual/guides/integrations/auth0-jwt.rst b/docs/graphql/manual/guides/integrations/auth0-jwt.rst index 9c69a6307ec..5c73b513f7a 100644 --- a/docs/graphql/manual/guides/integrations/auth0-jwt.rst +++ b/docs/graphql/manual/guides/integrations/auth0-jwt.rst @@ -210,7 +210,7 @@ Using Auth0 Rules again, add the following rule which will insert a new user eve affected_rows } }` - const graphqlReq = { "query": upsertUserQuery, "variables": { "id": userId } } + const graphqlReq = { "query": upsertUserQuery, "variables": { "userId": userId } } request.post({ headers: {'content-type' : 'application/json', 'x-hasura-admin-secret': hasuraAdminSecret},