You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/faq/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
[[toc]]
4
4
5
+
## WTF?
6
+
7
+
Good question, glad you asked! Maybe [this article](https://dev.to/phortx/vue-3-graphql-kj6) helps you. If not, feel
8
+
free to join us on our [Slack Channel](https://join.slack.com/t/vuex-orm/shared_invite/enQtMzY5MzczMzI2OTgyLTAwOWEwOGRjOTFmMzZlYzdmZTJhZGU2NGFiY2U2NzBjOWE4Y2FiMWJkMjYxMTAzZDk0ZjAxNTgzZjZhY2VkZDQ)
9
+
for any questions and discussions.
10
+
11
+
12
+
## Does Vuex-ORM-GraphQL know my GraphQL Schema?
13
+
14
+
Yes, it does! Before the first query is sent, the plugin loads the schema from the GraphQL server and extracts different
15
+
information like the types of the fields to use, which fields to ignore, because they're not in the schema and whether
16
+
custom queries and mutations return a connection or a record.
17
+
18
+
Further it detects differences between the Vuex-ORM model definitions and the schema.
19
+
20
+
In the future there will probably be more smart consulting of your GraphQL schema, we're open for suggestions.
0 commit comments