graphql-erlang icon indicating copy to clipboard operation
graphql-erlang copied to clipboard

Split the graph schema file in one file per object

Open davecaos opened this issue 7 years ago • 1 comments

Add the possibility to split the graph schema in diferentes files, that files must be joined and evaluated as a singe schema file. As @jlouis suggested , we could use a directive at top of file like package my-graphql-erlang, for example where every file that references that package will be into my-graphql-erlang.graphql

davecaos avatar Feb 06 '18 21:02 davecaos

This has relevance to #183 where the type extension language is being made explicit.

jlouis avatar Jul 08 '18 11:07 jlouis