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'm working on migrating from hapi-graphql-2 and one of the things I'm stuck on is its context object. I used it to easily pass in the ORM models, current user, and a reference to a REST API.
There isn't anything like it in your library, is there? I looked around but couldn't find it.
(Obviously, I can just put these various references in the code but I liked the "cleanliness" of defining it at plugin registration and relying on its presence.)
The text was updated successfully, but these errors were encountered:
I'm working on migrating from hapi-graphql-2 and one of the things I'm stuck on is its context object. I used it to easily pass in the ORM models, current user, and a reference to a REST API.
There isn't anything like it in your library, is there? I looked around but couldn't find it.
(Obviously, I can just put these various references in the code but I liked the "cleanliness" of defining it at plugin registration and relying on its presence.)
The text was updated successfully, but these errors were encountered: