Skip to content

Conversation

@dvic
Copy link

@dvic dvic commented Jan 30, 2018

However, after turning on -race, the tests show many data races, probably due to unsafe map writes/reads in Schema. Any suggestions on how you'd like to see this tackled?

motiejus and others added 30 commits January 20, 2017 23:04
This example shows how we can generate GraphQL schema on runtime.

Credit to Rob Smith from Uber @ Seattle for the dynamic reloading part.
Adding an http example for graphql-go#60

Left to do:
 - [ ] clean up the schema so its only in one place
Adds the simple mutation for graphql-go#60

Left to do:
 [ ] add an http based example
since we are using govendor
…mple

examples/todo: adds update mutation
Add cli message that we are serving web app at 'http://localhost:8080/'
jamesdphillips and others added 26 commits December 13, 2017 00:31
Add support for block strings to language package
- benchmark lists of variable sizes
- benchmark objects with a variable number of fields
Memoize field maps for Objects and Interfaces
…te-structs

Hide effectively private structs
Don't format the error message unless it is really needed
README: simpler docs introduction
…' into dvic-master

# Conflicts:
#	executor.go

# Ignored:
#	language/ast/type_definitions.go
#	language/parser/parser.go
#	rules.go
#	rules_fields_on_correct_type_test.go
#	rules_overlapping_fields_can_be_merged.go
@dvic
Copy link
Author

dvic commented Oct 7, 2020

Closing this for now.

@dvic dvic closed this Oct 7, 2020
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.