John Blaine

Results 3 comments of John Blaine

Thank you for the fast response! I think you meant: ``` useSofa({ schema, /* executor instead of execute */ executor: ({ source, variableNames, operationName }) => apolloServer.executeOperation({ query: source, variables:...

@ardatan No, I tried using `execute` instead of `executor` and was getting an error instead of `null`. I'll find the error again when I have some time later

I am overwriting the original message because I have good news! It worked! But I had to make one alteration: ``` useSofa({ schema, executor: ({ source, variableValues, operationName }) =>...