Mayank1791989 / gql

112 stars 19 forks source link

Support for 2 schema #127

Open ticruz38 opened 6 years ago

ticruz38 commented 6 years ago

With apollo2.0, you can specify a schema for your local data and a schema for managing remote data on the server, so this is 2 schema that can be requested by the same queries. It would be nice to be able to reference both schema in the config and get the queries validated against the 2 schema