read some articles. There are the following concepts in GraphQL:
1, Schema
2, Type
3, Query
4, query,mutation,subscription / / Query and query seem to be two concepts
question:
query,mutation,subscription
these three are basically clear, corresponding to read, write, and realtime
. Have the following questions:
what is the relationship between Query
at point 3 and query
at point 4? What is the relationship between
II, Schema, Type, Query, (query,mutation,subscription)?
Please help me sort it out. Thank you, boss!