Arda TANRIKULU
Arda TANRIKULU
> I tried to write a test in the repo but did not succeed with providing the right test-input. Could you give more details about this? What didn't work?
Thank you for all the details you've given so far. I tried to extract the tests from the commits in the branch you shared, but I couldn't. Could you please...
Could you try the following? ```ts useSofa({ schema, execute: ({ source, variableNames, operationName }) => apolloServer.executeOperation({ query: source, variables: variableNames, operationName }) }) ```
@John-Blaine-Jr I meant `execute` not `executor`.
@John-Blaine-Jr Any news?
@mannol That sounds great! Feel free to submit a PR and we will support you.
@SachaG But we're going to use it later.
We can merge it now! Thanks for the PR @mmadson !
This is expected because in GraphQL execution result, the enum value should the one in the schema which is `_10` as a string in this case
> generates arrays with nullable elements ([Item] instead of [Item!]) Because this PR has not merged and released yet. This PR is not our priority now because there are more...