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 think it is possible to use the GraphQL Java library.
Don't want to spend a ton of time on this, but it may be useful to provide GraphQL Java as an alternative to lacinia, given it is mature and has some interesting implementation details around execution and batching.
Resolvers/subscriptions, if possible, should have the same arity and meaning as lacinia handlers.
The text was updated successfully, but these errors were encountered:
GraphQL Java docs site: https://www.graphql-java.com/
I think it is possible to use the GraphQL Java library.
Don't want to spend a ton of time on this, but it may be useful to provide GraphQL Java as an alternative to lacinia, given it is mature and has some interesting implementation details around execution and batching.
Resolvers/subscriptions, if possible, should have the same arity and meaning as lacinia handlers.
The text was updated successfully, but these errors were encountered: