-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
I saw this from the documentation - the plugin does know of the schema of the grapheQL server.
Yes, it does! Before the first query is sent, the plugin loads the schema from the GraphQL server and extracts different information like the types of the fields to use, which fields to ignore, because they're not in the schema and whether custom queries and mutations return a connection or a record.
GraphQL servers usually generate a single schema.json for the app.
I wonder if there is a way to consume it, instead of declaring all models/fields manually, like I have read in vuex-orm-core documentation.
This may be too much to ask tho
mubaidr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request