-
Notifications
You must be signed in to change notification settings - Fork 60
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 extensions-Field to GraphQLError.kt #166
Conversation
Tested it. Everything works:
Returns:
|
Hi @MaaxGr This looks great! Sorry for this late response. |
Haha. Yeah of course. Hopefully that also doesn't have to wait for some months :D Let's see, when I have time for that |
Sure :) We have opened GitHub discussions and I'm looking for people to help out #187 Looking for maintainers |
Hey. I have added a unit test to verify the serialize()-Method with But to be honest i now realize that the implementation doesn't exactly matches the spec.
This example shows that there can also be substructures in one extension, which is currently not supported in my implementation. How sould we deal with this? |
# Conflicts: # kgraphql-ktor/src/main/kotlin/com/apurebase/kgraphql/KtorFeature.kt
Closing this, as we probably should go with MR #171. |
Fixes #165