relay icon indicating copy to clipboard operation
relay copied to clipboard

A Go/Golang library to help construct a graphql-go server supporting react-relay.

Results 12 relay issues
Sort by recently updated
recently updated
newest added

Dear @graphql-go peeps! It seems this project is dormant and should be clearly labeled so in the README. Please add some information on whether or not this is actively maintained...

The main repo (graphql-go/graphql) uses standard library context. So we should use it here too. I also upgraded go version in travis.

ConnectionDefinitions does not support Interfaces Changing ConnectionConfig.NodeType from graphql.Object to graphql.Output enables this Resolves #42

`func ConnectionDefinitions` only accepts a `graphql.Object` as its `NodeType` I'm trying to migrate a graphql service I have written JS, and I have an interface as one of the connections....

Given the following configuration: ```go Args: relay.NewConnectionArgs(graphql.FieldConfigArgument{ "fromDate": &graphql.ArgumentConfig{ Description: "From date value with `YY-MM-DD` format", Type: graphql.DateTime, }, "toDate": &graphql.ArgumentConfig{ Description: "To date value with `YY-MM-DD` format", Type: graphql.DateTime,...

1. fix the context build error https://travis-ci.org/graphql-go/relay/builds/313491517 2. add dep 3. run more meaningful things on travis (vet, test, build) 3a. lint is currently commented out as there are many...

Doesn't resolve! :)

Is this project still active?

I have a _handler_ PR that's failing in Travis because of the _starwars_ example. It looks like the [signature](https://github.com/graphql-go/relay/blob/master/examples/starwars/schema.go#L121) of the type-resolver function (_ResolveTypeFn_) changed [here](https://github.com/graphql-go/graphql/commit/1e33c35ba9684a3ca02bf0de8b24688636cd3295#diff-69bc5d6dcb9b6d3b947f0118b7180038R713). The signature of _ResolveTypeFn_...