graphql-go / relay

A Go/Golang library to help construct a graphql-go server supporting react-relay.
MIT License
424 stars 58 forks source link

Prefer standard library package #35

Closed tt closed 4 years ago

tt commented 6 years ago

This package has been available in the Go standard library since version 1.7 and the other GraphQL packages for Go use the shortest import path too.

(Let me know if I should remove the first commit; import paths seemed to be generally grouped so I made this true for all files.)