Skip to content

Rebase on upstream - #1

Open
alancnet wants to merge 81 commits into
masterfrom
dev
Open

Rebase on upstream#1
alancnet wants to merge 81 commits into
masterfrom
dev

Conversation

@alancnet

Copy link
Copy Markdown

No description provided.

branden-blackline and others added 30 commits July 14, 2019 16:53
bhoriuchi and others added 30 commits January 4, 2021 05:32
As in https://blog.golang.org/godoc.org-redirect states that the new documentation will be redirected.
Updated the link to the latest pkg.go.dev
Uses the new go doc URL: pkg.go.dev
…adge-update

README: Updates go doc badge.
Fix quotation during printing StringValue node
In schemas, it is possible to define the Union type before the
definitions of the object types that are part of the union. This
change adds a "UnionTypesThunk" option when creating a new Union,
similar to the existing FieldsThunk and InterfacesThunk.

This more closely matches the interface in graphql-js:
  https://github.com/graphql/graphql-js/blob/47bd8c8897c72d3efc17ecb1599a95cee6bac5e8/src/type/definition.ts#L1307

It is a first step in closing out graphql-go#624
definition: Adds `Union.Types` error handling unit test
`String()` method should delegate to the `Name()` method (same as `NonNull`). Trying to get name of a list type was returning just the underlying list element type info.
This PR marks ParseValue as a public method that allows it to be
called directly. It is handy to get AST value as part of
pre-processing / validation process.
fix String/Name methods on the List type
…n-in-parser

Fix infinite recursion in type definition parser
fix postData's operationName on http-post example
…ing recursion.

Fix code coverage, support additional functions.

Add bind examples

Avoid errors where value IsZero

Add type tag, nested resolvers on Bind

Extend type

Don't call .Type() on zero values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.