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 want to create an input scalar type in my schema. It should take an integer on input and in internal use it would return an entity with this integer as its ID. If particular entity will not exist, error should appear in GraphQL client.
The problem is, that scalar methods are static, and I cannot access entity repository or anything in dependency container. On webonyx those methods aren't static. What can be done here?