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
Description:
When the GraphQL context was implemented, the http:RequestContext object was not properly implemented. Therefore, we went ahead with passing a dummy object to the graphql:Context object. Since now the http:RequestContext is implemented, we have to pass the proper object to the GraphQL context init function.
The text was updated successfully, but these errors were encountered:
Description:
When the GraphQL context was implemented, the
http:RequestContext
object was not properly implemented. Therefore, we went ahead with passing a dummy object to thegraphql:Context
object. Since now thehttp:RequestContext
is implemented, we have to pass the proper object to the GraphQL context init function.The text was updated successfully, but these errors were encountered: