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 have a case where I want to supply custom query params to my GET request. So I supply my url as something like https://my-service.com/graphql?custom_param=test123 - however this fails because under the hood, the lib is doing this:
I have a case where I want to supply custom query params to my GET request. So I supply my
url
as something likehttps://my-service.com/graphql?custom_param=test123
- however this fails because under the hood, the lib is doing this:https://github.com/prisma-labs/graphql-request/blob/10a5896e72bbdc9914b04745b1260409d29618a8/src/index.ts#L184
The text was updated successfully, but these errors were encountered: