Login
Remember
Register
Ask a Question
What are GraphQL subscriptions used for?
0
votes
asked
Mar 2, 2022
in
GraphQL
by
rajeshsharma
What are GraphQL subscriptions used for?
a)Event-based real-time functionality
b)Schema-based real-time functionality
c)To combine Queries and Mutations and to allow you to read and write data
d)To subscribe to the GraphQL weekly newsletter
grapg-ql-subscription
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 2, 2022
by
rajeshsharma
a)Event-based real-time functionality
GraphQL subscriptions used for Event-based real-time functionality
...