You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added in returning 400's for plan failure, data set as nil when it doesn't exist
* fixed go.mod
* tidied mods
* close channel being held open forever
* break on close
* Prioritize location selection for fragments
When selecting a location for resolving Fields within Fragment Spreads,
we should select the parent's location if possible to avoid executing
federation unnecessarily. This fixes the problem where we used to simply
select the first element in the array. The proposed fix will prioritize
the parent's location. If no priority is matched, then the first
location is still selected. Note that this creates uneven traffic for
one location.
* Query operation name (#4)
adds operation name to queries
tests that operation name is actually passed down to Query
* fix query strings by putting operationName back into them (#5)
* Broke out planning step for error handling; fixed memory leak (#81)
* Added in returning 400's for plan failure, data set as nil when it doesn't exist
* fixed go.mod
* tidied mods
* close channel being held open forever
* break on close
* changed installation type for run
* fix query strings by putting operationName back into them
* Fixed handling of multiple operations (#84)
* added test to respect operation name
* moved operation name to gateway execute
* only the plan for the right operation name is executed
* throw error if multiple plans with no operationName
* no pointers to slices
* ran gofmt
* simpler fix
* update unit tests
Co-authored-by: Brian Krueger <bk@splunk.com>
Co-authored-by: Alec Aivazis <alec@aivazis.com>
* Add graphql codes inside the extensions tag for all errors
* Add an option for setting location priorities
Co-authored-by: Brian Krueger <bkrueger@splunk.com>
Co-authored-by: Brian Krueger <bk@splunk.com>
Co-authored-by: Edwin Mo Song <emsong@splunk.com>
Co-authored-by: Erik Riiska <eriiska@splunk.com>
Co-authored-by: Alec Aivazis <alec@aivazis.com>
Co-authored-by: bardhi <bardho@gmail.com>
Co-authored-by: Bardhi Shtylla <bshtylla@splunk.com>
Co-authored-by: Jared Breeden <jbreeden@splunk.com>
0 commit comments