Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interpreterUnsafe method to GraphQL #2160

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

kyri-petrou
Copy link
Collaborator

In most use-cases (at least from what I've seen), the interpreter is created upon the app initialization and the error is not handled. To make things a bit less boiler-platey, we add an interpreterUnsafe variant of creating the interpreter so that we can use it without having to handle the Either / ZIO

@kyri-petrou kyri-petrou merged commit d231389 into series/2.x Mar 13, 2024
10 checks passed
@kyri-petrou kyri-petrou deleted the interpreter-unsafe-method branch March 13, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants