graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Implement buildASTSchema #624

Open alex-lange opened 2 years ago

alex-lange commented 2 years ago

The reference implementation has this function: https://github.com/graphql/graphql-js/blob/main/src/utilities/buildASTSchema.ts

This would allow for building a Schema from a string, which is asked for in https://github.com/graphql-go/graphql/issues/353

I already have a WIP fork that does this already, so I am adding this issue here mostly for reference :)