vuex-orm / plugin-graphql

Vuex ORM persistence plugin to sync the store against a GraphQL API.
https://vuex-orm.github.io/plugin-graphql/
MIT License
227 stars 52 forks source link

Do not uppercase root type name #102

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hasura root type name like 'query_root' In line it will uppercase: 'Query_root' And next I get error: Couldn't find Type of name Query_root in the GraphQL Schema.

phortx commented 5 years ago

103