-
Notifications
You must be signed in to change notification settings - Fork 42
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
@bsField is showing up in query output #58
Comments
nvm... I think I may be misunderstanding what |
@mhallin I am facing this "bug" (not sure if that a pebcak issue or not) where I see |
@mhallin I'm sure this is a bug.
And |
Isn't the solution just to add graphql_ppx/src/base/graphql_printer.ml Line 53 in 0b1ce89
|
* fix: drop env based configuration * fix: drop env based configuration in favor of ppx-flags based * Lean parse (mhallin#58) * Simplify decoders * Simplify * make it even more efficient * Add config option * add feature flag * make it work * Make tests pass * Test lean parse by default * Remove Js.Dict.get runtime overhead * remove comment * fix enums * remove comment Co-authored-by: Jaap Frolich <[email protected]>
When I create a fragment
and then I use it in another query
The output includes the
@bsField(name: "testing")
:This is on "[email protected]"
The text was updated successfully, but these errors were encountered: