-
Notifications
You must be signed in to change notification settings - Fork 2
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
Package update #17
Package update #17
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f40cd36 - Browse repository at this point
Copy the full SHA f40cd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b02b1 - Browse repository at this point
Copy the full SHA d5b02b1View commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6110b37 - Browse repository at this point
Copy the full SHA 6110b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f68317 - Browse repository at this point
Copy the full SHA 8f68317View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f39c0f0 - Browse repository at this point
Copy the full SHA f39c0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641ae19 - Browse repository at this point
Copy the full SHA 641ae19View commit details
Commits on Sep 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c94cde5 - Browse repository at this point
Copy the full SHA c94cde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be8816b - Browse repository at this point
Copy the full SHA be8816bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7a8e9 - Browse repository at this point
Copy the full SHA 3f7a8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943d21c - Browse repository at this point
Copy the full SHA 943d21cView commit details
Commits on Sep 17, 2019
-
Merge pull request graph-gophers#338 from eloyekunle/master
Support for embedded struct type in resolver
Configuration menu - View commit details
-
Copy full SHA for 38a077b - Browse repository at this point
Copy the full SHA 38a077bView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5fe34fd - Browse repository at this point
Copy the full SHA 5fe34fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edb8fa - Browse repository at this point
Copy the full SHA 4edb8faView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 01c95b0 - Browse repository at this point
Copy the full SHA 01c95b0View commit details
Commits on Oct 9, 2019
-
Adding example and documentation for how to create custom error implementations which include `extensions` within their `error` payload
Configuration menu - View commit details
-
Copy full SHA for 0fb5fc2 - Browse repository at this point
Copy the full SHA 0fb5fc2View commit details
Commits on Oct 24, 2019
-
Merge pull request graph-gophers#361 from dackroyd/add-example-of-cus…
…tom-errors Add Example of Custom Errors
Configuration menu - View commit details
-
Copy full SHA for 9068de6 - Browse repository at this point
Copy the full SHA 9068de6View commit details -
Merge pull request graph-gophers#360 from kumparan/old_ver
Print context to panic log
Configuration menu - View commit details
-
Copy full SHA for 0a9cfbe - Browse repository at this point
Copy the full SHA 0a9cfbeView commit details
Commits on Oct 28, 2019
-
Clarify errors for mismatching input implementation
Producing clearer error messages when field input arguments are implemented by code: * Which does not match the schema e.g. missing field; or * Function missing struct wrapper for field arguments
Configuration menu - View commit details
-
Copy full SHA for 81e957c - Browse repository at this point
Copy the full SHA 81e957cView commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c0f0e3 - Browse repository at this point
Copy the full SHA 6c0f0e3View commit details -
Merge pull request graph-gophers#363 from dackroyd/clearer-error-for-…
…input-resolver-mismatch-with-schema Clarify errors for mismatching input implementation
Configuration menu - View commit details
-
Copy full SHA for 72f6639 - Browse repository at this point
Copy the full SHA 72f6639View commit details -
Merge pull request graph-gophers#364 from dackroyd/populate-default-e…
…ntrypoints-without-explicit-schema Allow `schema` to be omitted when using default root op names
Configuration menu - View commit details
-
Copy full SHA for a5bf804 - Browse repository at this point
Copy the full SHA a5bf804View commit details
Commits on Oct 31, 2019
-
Merge pull request graph-gophers#358 from MaxInertia/master
Fix graph-gophers#357 - Allow passing integers as arguments to graphql.Time parameters
Configuration menu - View commit details
-
Copy full SHA for 4450565 - Browse repository at this point
Copy the full SHA 4450565View commit details -
Strip Common Indentation from BlockString Descriptions
Multi-line descriptions need to have their common indentation level (which results from indentation of that part of the schema, rather than being intentional for the description text) removed to ensure the descriptions use the correct value, are formatted correctly etc This is to meet the condition documented in the GraphQL spec: https://graphql.github.io/graphql-spec/June2018/#sec-String-Value > Since block strings represent freeform text often used in indented > positions, the string value semantics of a block string excludes > uniform indentation and blank initial and trailing lines via > BlockStringValue().
Configuration menu - View commit details
-
Copy full SHA for 698f651 - Browse repository at this point
Copy the full SHA 698f651View commit details -
Merge pull request graph-gophers#356 from dackroyd/strip-common-inden…
…tation-from-blockstring-descriptions Strip Common Indentation from BlockString Descriptions
Configuration menu - View commit details
-
Copy full SHA for adde0d0 - Browse repository at this point
Copy the full SHA adde0d0View commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5098fd4 - Browse repository at this point
Copy the full SHA 5098fd4View commit details -
Merge pull request graph-gophers#366 from pavemaksim/patch-1
Syntax highlighting fixed in README
Configuration menu - View commit details
-
Copy full SHA for 5ef3e23 - Browse repository at this point
Copy the full SHA 5ef3e23View commit details
Commits on Nov 14, 2019
-
Fixed small punctuation and added my walkthrough package
Configuration menu - View commit details
-
Copy full SHA for 9508a02 - Browse repository at this point
Copy the full SHA 9508a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f2350 - Browse repository at this point
Copy the full SHA 98f2350View commit details
Commits on Nov 15, 2019
-
Merge pull request graph-gophers#367 from ZAYDEK/master
Adding walkthrough
Configuration menu - View commit details
-
Copy full SHA for f33e813 - Browse repository at this point
Copy the full SHA f33e813View commit details
Commits on Dec 17, 2019
-
Add support for directives in schema parser
Sylvain Cleymans committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for a579090 - Browse repository at this point
Copy the full SHA a579090View commit details
Commits on Jan 28, 2020
-
Use operationName from query if missing from POST
will@newrelic.com committedJan 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d51b8b3 - Browse repository at this point
Copy the full SHA d51b8b3View commit details
Commits on Feb 7, 2020
-
Merge pull request graph-gophers#374 from willnewrelic/operationName-…
…from-query Use operationName from query if missing from POST
Configuration menu - View commit details
-
Copy full SHA for 8334863 - Browse repository at this point
Copy the full SHA 8334863View commit details
Commits on Mar 9, 2020
-
Merge pull request graph-gophers#370 from Ackar/directives
Add support for directives in schema parser
Configuration menu - View commit details
-
Copy full SHA for dae41bd - Browse repository at this point
Copy the full SHA dae41bdView commit details
Commits on Jun 13, 2020
-
Fix SIGSEGV when client subs to multiple fields
Nicolas Maquet committedJun 13, 2020 Configuration menu - View commit details
-
Copy full SHA for c80e625 - Browse repository at this point
Copy the full SHA c80e625View commit details
Commits on Jun 17, 2020
-
Merge pull request graph-gophers#398 from nmaquet/master
Fix SIGSEGV when client subs to multiple fields
Configuration menu - View commit details
-
Copy full SHA for 83ba819 - Browse repository at this point
Copy the full SHA 83ba819View commit details
Commits on Jun 18, 2020
-
bugfix: correctly determine fragment usage
In previous versions of this code, this validation would exit when it encountered a fragment legitimately used twice. This bugfix skips the recursion but does not stop progress altogether allowing other fragments to be marked as used.
Configuration menu - View commit details
-
Copy full SHA for 96ea6f0 - Browse repository at this point
Copy the full SHA 96ea6f0View commit details
Commits on Jun 22, 2020
-
Merge pull request graph-gophers#399 from rudle/fragment-not-used-bug
bugfix: correctly determine fragment usage
Configuration menu - View commit details
-
Copy full SHA for c1d9693 - Browse repository at this point
Copy the full SHA c1d9693View commit details
Commits on Jun 25, 2020
-
Limit the number of concurrent list nodes processed
It uses the current capacity of the limiter as a hint as this is set based on the maxParallelism field on the schema.
Configuration menu - View commit details
-
Copy full SHA for ee832ef - Browse repository at this point
Copy the full SHA ee832efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 557f50a - Browse repository at this point
Copy the full SHA 557f50aView commit details
Commits on Jun 30, 2020
-
More descriptive error when unmarshaling ID/Time
This adds a tiny bit more information to the error messages produced when unmarshaling an input value to an ID or Time fails.
Configuration menu - View commit details
-
Copy full SHA for 90e03d2 - Browse repository at this point
Copy the full SHA 90e03d2View commit details
Commits on Aug 13, 2020
-
Fixes graph-gophers#307 Add short descriptions for different schema options. Move community examples to wiki. Add companies that use this library.
Configuration menu - View commit details
-
Copy full SHA for f3aefbe - Browse repository at this point
Copy the full SHA f3aefbeView commit details
Commits on Aug 19, 2020
-
Merge pull request graph-gophers#405 from obeis/master
Improve README.md graph-gophers#307
Configuration menu - View commit details
-
Copy full SHA for 5e581ee - Browse repository at this point
Copy the full SHA 5e581eeView commit details -
Merge pull request graph-gophers#402 from mrnugget/sourcegraph/better…
…-error-msg More descriptive error when unmarshaling ID/Time
Configuration menu - View commit details
-
Copy full SHA for 3b5ddcd - Browse repository at this point
Copy the full SHA 3b5ddcdView commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b0cad1 - Browse repository at this point
Copy the full SHA 5b0cad1View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4659b07 - Browse repository at this point
Copy the full SHA 4659b07View commit details
Commits on Oct 3, 2020
-
Merge pull request graph-gophers#400 from sourcegraph/limit-goroutines
Limit the number of concurrent list nodes processed
Configuration menu - View commit details
-
Copy full SHA for c5bdf3b - Browse repository at this point
Copy the full SHA c5bdf3bView commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4fe2a6b - Browse repository at this point
Copy the full SHA 4fe2a6bView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 653514d - Browse repository at this point
Copy the full SHA 653514dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff3ceb - Browse repository at this point
Copy the full SHA fff3cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e20d2 - Browse repository at this point
Copy the full SHA 43e20d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7bafd - Browse repository at this point
Copy the full SHA cd7bafdView commit details
Commits on Oct 9, 2020
-
Update logic to always check for nil pointer returns
Barry Dutton committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 3152bd3 - Browse repository at this point
Copy the full SHA 3152bd3View commit details
Commits on Oct 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 135c6ff - Browse repository at this point
Copy the full SHA 135c6ffView commit details
Commits on Oct 27, 2020
-
Merge pull request graph-gophers#413 from OuranosSkia/AlwaysCheckNil
Update logic to always check for nil pointer returns
Configuration menu - View commit details
-
Copy full SHA for 4c772c1 - Browse repository at this point
Copy the full SHA 4c772c1View commit details
Commits on Nov 11, 2020
-
Fixed
reflect.Value.Type on zero Value
panic when subscription reso……lver itself panicks The internal exec Subscribe method had code to deal with subscription resolver panicking when being called. But when such handling happen, the error is attached to the request object and it never checked later on. This leads to some zero checks to fail when we try to extract the type from the resolver's channel since this variable was never set. Doing this creates a second panic which is not handled and make the application die. To fix the issue, we now check if there is errors on the request object before continuing with the rest of the check, if there is errors, it's because a panic occurs and we return the response right away.
Matthieu Vachon committedNov 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 848e84a - Browse repository at this point
Copy the full SHA 848e84aView commit details -
Added possibility to customize subscription resolver timeout value
The previous value was hard-coded to 1 second. This is problematic for resolver that takes more time than this to return a result. When parsing the schema, it's not possible to pass a custom value for the subscription resolver timeout. Extracted from graph-gophers#317
Matthieu Vachon committedNov 11, 2020 Configuration menu - View commit details
-
Copy full SHA for d77614a - Browse repository at this point
Copy the full SHA d77614aView commit details -
Allowed Subscription resolver to return
*QueryError
directlyPreviously, any error returned by the Subscription resolver was immediately wrapped inside its own `*QueryError` value even if the returned error was already a `*QueryError`. Now, when receiving such types, we use it as-is without wrapping again.
Matthieu Vachon committedNov 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 46cf654 - Browse repository at this point
Copy the full SHA 46cf654View commit details
Commits on Nov 12, 2020
-
Merge pull request graph-gophers#418 from dfuse-io/feature/subscribe-…
…resolver-timeout Added possibility to customize subscription resolver timeout value
Configuration menu - View commit details
-
Copy full SHA for 7a585a0 - Browse repository at this point
Copy the full SHA 7a585a0View commit details -
Merge pull request graph-gophers#420 from dfuse-io/feature/subscripti…
…on-query-error Allowed Subscription resolver to return `*QueryError` directly
Configuration menu - View commit details
-
Copy full SHA for 3c9ac91 - Browse repository at this point
Copy the full SHA 3c9ac91View commit details -
Merge branch 'master' into fix/subscription-panic-in-resolver
# Conflicts: # subscription_test.go
Matthieu Vachon committedNov 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5940bf3 - Browse repository at this point
Copy the full SHA 5940bf3View commit details -
Merge pull request graph-gophers#417 from dfuse-io/fix/subscription-p…
…anic-in-resolver Fixed `reflect.Value.Type on zero Value` panic when subscription resolver itself panics
Configuration menu - View commit details
-
Copy full SHA for 1f70736 - Browse repository at this point
Copy the full SHA 1f70736View commit details
Commits on Nov 13, 2020
-
Merge pull request graph-gophers#415 from smotavitaendava/master
Adding variables parameter for query validations.
Configuration menu - View commit details
-
Copy full SHA for d5f4f41 - Browse repository at this point
Copy the full SHA d5f4f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af9f16 - Browse repository at this point
Copy the full SHA 4af9f16View commit details -
Merge pull request graph-gophers#412 from suntoucha/master
Issue graph-gophers#299: unclear error message in case of multiline string argument
Configuration menu - View commit details
-
Copy full SHA for 9c36bba - Browse repository at this point
Copy the full SHA 9c36bbaView commit details -
Merge pull request graph-gophers#409 from sourcegraph/fix-union-inter…
…face-inline-fragments fix graph-gophers#241
Configuration menu - View commit details
-
Copy full SHA for beb923f - Browse repository at this point
Copy the full SHA beb923fView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7db17b6 - Browse repository at this point
Copy the full SHA 7db17b6View commit details
Commits on Feb 19, 2021
-
Add context to validation tracing
Context is needed for tracing to access the current span, in order to add tags to it, or create child spans. As presently defined (without a context), this cannot be done: new spans could be created, but they would not be associated with the existing request trace. OpenTracingTracer implements the new interface (it never implemented the old one). Via this 'extension interface', the tracer configured (or the default tracer) will be used as the validation tracer if: * The tracer implements the (optional) interface; and * A validation tracer isn't provided using the deprecated option What this means is that the deprecated option is _preferred_ as an override. This allows users to migrate in a non-breaking, non-behaviour changing way, until such time as they intentionally remove the use of the deprecated option. For those who are currently using the default tracer, and not supplying a validation tracer, validation will be traced immediately with no change required to configuration options.
Configuration menu - View commit details
-
Copy full SHA for 1a55b96 - Browse repository at this point
Copy the full SHA 1a55b96View commit details
Commits on Mar 4, 2021
-
Add support for nullable types
This allows to differentiate between an omitted value and a null value in an input struct.
Sylvain Cleymans committedMar 4, 2021 Configuration menu - View commit details
-
Copy full SHA for fced4f6 - Browse repository at this point
Copy the full SHA fced4f6View commit details
Commits on Mar 5, 2021
-
Merge pull request graph-gophers#430 from Ackar/nullable-types
Add support for null vs missing input value
Configuration menu - View commit details
-
Copy full SHA for 6859f27 - Browse repository at this point
Copy the full SHA 6859f27View commit details
Commits on Mar 6, 2021
-
Merge pull request graph-gophers#411 from dackroyd/trace-validation-c…
…ontext Add context to validation tracing
Configuration menu - View commit details
-
Copy full SHA for bd703c2 - Browse repository at this point
Copy the full SHA bd703c2View commit details
Commits on Mar 19, 2021
-
Merge pull request graph-gophers#423 from Epsirom/master
DisableIntrospection should skip __typename
Configuration menu - View commit details
-
Copy full SHA for d2656e8 - Browse repository at this point
Copy the full SHA d2656e8View commit details
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe4cb53 - Browse repository at this point
Copy the full SHA fe4cb53View commit details -
Merge pull request graph-gophers#443 from eko/fix-369
Fixed duplicated __typename in response (fixes graph-gophers#369)
Configuration menu - View commit details
-
Copy full SHA for 21b77bd - Browse repository at this point
Copy the full SHA 21b77bdView commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0b00b8 - Browse repository at this point
Copy the full SHA e0b00b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8cd9c - Browse repository at this point
Copy the full SHA 1a8cd9cView commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c46cc71 - Browse repository at this point
Copy the full SHA c46cc71View commit details -
expose packer.Unmarshaler interface as graphql.Unmarshaler
- add tests for graphql.Time as reference implementation
Configuration menu - View commit details
-
Copy full SHA for 04aa634 - Browse repository at this point
Copy the full SHA 04aa634View commit details -
move packer.Unmarshaler interface to decode.Unmarshaler, so the metho…
…ds are actually visible
Configuration menu - View commit details
-
Copy full SHA for 60ab3c8 - Browse repository at this point
Copy the full SHA 60ab3c8View commit details
Commits on Apr 21, 2021
-
Merge pull request graph-gophers#450 from esome/master
expose packer.Unmarshaler as decode.Unmarshaler to the public
Configuration menu - View commit details
-
Copy full SHA for 21f7aef - Browse repository at this point
Copy the full SHA 21f7aefView commit details
Commits on Apr 22, 2021
-
Part of graph-gophers#434 and related to graph-gophers#116 this change adds a new package containing all types used by graphql-go in representing the GraphQL specification. The names used in this package should match the specification as closely as possible. In order to have cohesion, all internal packages that use GraphQL types have been changed to use this new package. This change is large but mostly mechanical. I recommend starting by reading through the `types` package to build familiarity. I'll call out places in the code where I made decisions and what the tradeoffs were.
Configuration menu - View commit details
-
Copy full SHA for bf0a0cc - Browse repository at this point
Copy the full SHA bf0a0ccView commit details -
add getter for the types.Schema field
This additive function shouldn't break backward compatibility will allow those who want access to the types to get at an AST version of the `types.Schema`
Configuration menu - View commit details
-
Copy full SHA for d3bed17 - Browse repository at this point
Copy the full SHA d3bed17View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0dc5cd - Browse repository at this point
Copy the full SHA d0dc5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fbb90 - Browse repository at this point
Copy the full SHA 31fbb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af5fa3 - Browse repository at this point
Copy the full SHA 2af5fa3View commit details -
use a string and not an Ident for a FieldDefinition's name
This was an error. When this field was renamed from schema.Field (to avoid ambiguity) its name field changed to match query.Field (to Ident). This caused a cascade of useless changes that will be rolled back in the next commit
Configuration menu - View commit details
-
Copy full SHA for d579b56 - Browse repository at this point
Copy the full SHA d579b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d304f9 - Browse repository at this point
Copy the full SHA 9d304f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502fac2 - Browse repository at this point
Copy the full SHA 502fac2View commit details
Commits on Apr 23, 2021
-
Merge pull request graph-gophers#437 from rudle/types-leaf-package
add types package
Configuration menu - View commit details
-
Copy full SHA for 8a96404 - Browse repository at this point
Copy the full SHA 8a96404View commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 242dace - Browse repository at this point
Copy the full SHA 242daceView commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b1abb9 - Browse repository at this point
Copy the full SHA 5b1abb9View commit details -
Merge pull request graph-gophers#452 from jinleileiking/patch-1
Fix dir in readme
Configuration menu - View commit details
-
Copy full SHA for 8967594 - Browse repository at this point
Copy the full SHA 8967594View commit details -
coerce float64 to int32 in NullInt and vice versa in NullFloat
Edward Ma committedApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 422bda0 - Browse repository at this point
Copy the full SHA 422bda0View commit details
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c126754 - Browse repository at this point
Copy the full SHA c126754View commit details -
Configuration menu - View commit details
-
Copy full SHA for d887704 - Browse repository at this point
Copy the full SHA d887704View commit details -
checkErrors ignores the raw error for purposes of determining if the …
…test passed or failed
Configuration menu - View commit details
-
Copy full SHA for ce94028 - Browse repository at this point
Copy the full SHA ce94028View commit details -
Merge pull request graph-gophers#454 from ssko1/loc-types
Add location fields to type definitions
Configuration menu - View commit details
-
Copy full SHA for b8f211c - Browse repository at this point
Copy the full SHA b8f211cView commit details -
Merge pull request graph-gophers#456 from savaki/master
errors.Errorf preserves original error similar to fmt.Error
Configuration menu - View commit details
-
Copy full SHA for 4378f8e - Browse repository at this point
Copy the full SHA 4378f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aec311 - Browse repository at this point
Copy the full SHA 7aec311View commit details
Commits on May 3, 2021
-
Merge remote-tracking branch 'upstream/master' into coerce-null-int
Edward Ma committedMay 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 687d3ab - Browse repository at this point
Copy the full SHA 687d3abView commit details
Commits on May 4, 2021
-
Merge pull request graph-gophers#453 from Kalbi/coerce-null-int
Coerce float64 to int32 in `NullInt` and vice versa in `NullFloat`
Configuration menu - View commit details
-
Copy full SHA for 091f91f - Browse repository at this point
Copy the full SHA 091f91fView commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b5d032 - Browse repository at this point
Copy the full SHA 8b5d032View commit details -
Merge pull request graph-gophers#462 from graph-gophers/fix-typename-…
…trace internal/exec: assign parent type name to __typename fields
Configuration menu - View commit details
-
Copy full SHA for af5bb93 - Browse repository at this point
Copy the full SHA af5bb93View commit details
Commits on Sep 13, 2021
-
Accepting value Json in parameter of request's body in custom Scalar (g…
…raph-gophers#467) Accept JSON value in resolver args
Configuration menu - View commit details
-
Copy full SHA for 5457f60 - Browse repository at this point
Copy the full SHA 5457f60View commit details
Commits on Sep 16, 2021
-
Add option for custom panic handler (graph-gophers#468)
Add option for custom panic handler
Configuration menu - View commit details
-
Copy full SHA for 446a2dd - Browse repository at this point
Copy the full SHA 446a2ddView commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a8be64 - Browse repository at this point
Copy the full SHA 1a8be64View commit details
Commits on Oct 27, 2021
-
README nit -- Move '$' out of cut/paste buffer (graph-gophers#473)
Move '$' out of cut/paste buffer
Configuration menu - View commit details
-
Copy full SHA for c32bb42 - Browse repository at this point
Copy the full SHA c32bb42View commit details
Commits on Dec 9, 2021
-
internal/exec/resolvable: include struct field name in errors (graph-…
…gophers#477) * internal/exec/resolvable: include struct field name in errors We were only adding method name, which meant that it was taking an empty string if the resolver was a struct field. This was making the error messages hard to parse as the user can't know which field has the error. Added a check to use the correct variable. * improve test
Configuration menu - View commit details
-
Copy full SHA for aa16691 - Browse repository at this point
Copy the full SHA aa16691View commit details
Commits on Dec 10, 2021
-
ci: setup SemaphoreCI v2 (graph-gophers#479)
Update Semaphore configuration
Configuration menu - View commit details
-
Copy full SHA for 417fcd2 - Browse repository at this point
Copy the full SHA 417fcd2View commit details -
Support "Interfaces Implementing Interfaces" (graph-gophers#471)
Interface implementing interfaces support https://spec.graphql.org/draft/#sec-Interfaces.Interfaces-Implementing-Interfaces
Configuration menu - View commit details
-
Copy full SHA for 21d1871 - Browse repository at this point
Copy the full SHA 21d1871View commit details
Commits on Dec 11, 2021
-
README.md: Fix build status badge
I broke this accidentally when removing the legacy SemaphoreCI integration.
Configuration menu - View commit details
-
Copy full SHA for 8672be4 - Browse repository at this point
Copy the full SHA 8672be4View commit details -
Merge pull request graph-gophers#480 from graph-gophers/fix-readme-bu…
…ild-status README.md: Fix build status badge
Configuration menu - View commit details
-
Copy full SHA for 5b025f5 - Browse repository at this point
Copy the full SHA 5b025f5View commit details
Commits on Dec 13, 2021
-
fix golangci lint errors in the codebase (graph-gophers#478)
Added a base golangci-config to the codebase to get started. Some more changes are pending, and those checks are commented out in the config.
Configuration menu - View commit details
-
Copy full SHA for 5a4e6a3 - Browse repository at this point
Copy the full SHA 5a4e6a3View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da45ffe - Browse repository at this point
Copy the full SHA da45ffeView commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9379f9d - Browse repository at this point
Copy the full SHA 9379f9dView commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d31459 - Browse repository at this point
Copy the full SHA 9d31459View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eae31ca - Browse repository at this point
Copy the full SHA eae31caView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3f5859 - Browse repository at this point
Copy the full SHA e3f5859View commit details -
Add OpenTelemetry Support (graph-gophers#493)
Add OpenTelemetry tracer implementation
Configuration menu - View commit details
-
Copy full SHA for c2fd39a - Browse repository at this point
Copy the full SHA c2fd39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f942e27 - Browse repository at this point
Copy the full SHA f942e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e8cf0 - Browse repository at this point
Copy the full SHA e3e8cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6618d4 - Browse repository at this point
Copy the full SHA e6618d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0c18a - Browse repository at this point
Copy the full SHA ff0c18aView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef6fd96 - Browse repository at this point
Copy the full SHA ef6fd96View commit details
Commits on Feb 23, 2022
-
Fix parseObjectDef will terminate when object has bad syntax (graph-g…
…ophers#491) (graph-gophers#500) Thank you for your contribution
Configuration menu - View commit details
-
Copy full SHA for eb32f6c - Browse repository at this point
Copy the full SHA eb32f6cView commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9296b87 - Browse repository at this point
Copy the full SHA 9296b87View commit details
Commits on Mar 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d48b659 - Browse repository at this point
Copy the full SHA d48b659View commit details -
Apollo Federation Spec: Fetch service capabilities (graph-gophers#507)
Add basic support for Apollo Federation Co-authored-by: Alam <sulthan.alam@lemonilo.com> Co-authored-by: pavelnikolov <me@pavelnikolov.net>
Configuration menu - View commit details
-
Copy full SHA for 67f7173 - Browse repository at this point
Copy the full SHA 67f7173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426e470 - Browse repository at this point
Copy the full SHA 426e470View commit details -
add support for repeatable directives (graph-gophers#502)
add support for repeatable directives
Configuration menu - View commit details
-
Copy full SHA for 0140894 - Browse repository at this point
Copy the full SHA 0140894View commit details
Commits on Mar 21, 2022
-
Fix example/social code (graph-gophers#510)
The `Friends` field had higher priority than the `FriendsResolver` method. This is the reason why the field was renamed to a value, that doesn't match the GraphQL resolver.
Configuration menu - View commit details
-
Copy full SHA for f56ac25 - Browse repository at this point
Copy the full SHA f56ac25View commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c39d63 - Browse repository at this point
Copy the full SHA 7c39d63View commit details -
Refactor trace package (graph-gophers#513)
Remove dependency for graphql-go on OpenTracing and OpenTelemetry except where those tracers are explicitly configured for use.
Configuration menu - View commit details
-
Copy full SHA for 24abfa5 - Browse repository at this point
Copy the full SHA 24abfa5View commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce6dc97 - Browse repository at this point
Copy the full SHA ce6dc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e767024 - Browse repository at this point
Copy the full SHA e767024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8c713 - Browse repository at this point
Copy the full SHA 3a8c713View commit details
Commits on May 12, 2022
-
Improve type assertion method argument validation (require zero) (gra…
…ph-gophers#516) Improve type assertion method argument validation (require zero) It's tempting to include a context argument (or think it's allowed), but not discover that this will fail until a query is executed. Validating the resolver during schema parsing reduces the chance of inadvertant errors here. Signed-off-by: Evan Owen <kainosnoema@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5a1c172 - Browse repository at this point
Copy the full SHA 5a1c172View commit details
Commits on Jul 20, 2022
-
Disallow repeat of non repeatable directives (graph-gophers#525)
* Disallow repeat of non repeatable directives * Remove unnecessary scallar
Configuration menu - View commit details
-
Copy full SHA for 64f8084 - Browse repository at this point
Copy the full SHA 64f8084View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8557171 - Browse repository at this point
Copy the full SHA 8557171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f5bb0 - Browse repository at this point
Copy the full SHA 86f5bb0View commit details -
Merge pull request #18 from tokopedia/previous_changes
Added changes lost after package update
Configuration menu - View commit details
-
Copy full SHA for 06a882d - Browse repository at this point
Copy the full SHA 06a882dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e0243 - Browse repository at this point
Copy the full SHA e1e0243View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e788b87 - Browse repository at this point
Copy the full SHA e788b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c90c13 - Browse repository at this point
Copy the full SHA 9c90c13View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e92a45a - Browse repository at this point
Copy the full SHA e92a45aView commit details
Commits on Nov 4, 2022
-
Merge pull request #21 from tokopedia/package-update-export-query-name
Readded Export query name method functionality after package update
Configuration menu - View commit details
-
Copy full SHA for 64f230f - Browse repository at this point
Copy the full SHA 64f230fView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12026c7 - Browse repository at this point
Copy the full SHA 12026c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c9ca6 - Browse repository at this point
Copy the full SHA c7c9ca6View commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b4db5a - Browse repository at this point
Copy the full SHA 2b4db5aView commit details