what is SubscribePayload.extensions
for?
#210
Answered
by
enisdenjo
jjangga0214
asked this question in
Q&A
-
I looked around source code, but couldn't find how Is it something like Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
enisdenjo
Jul 8, 2021
Replies: 1 comment 1 reply
-
*Converted to a Q&A discussion The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jjangga0214
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*Converted to a Q&A discussion
The
extensions
field is reserved for implementors to extend the protocol however they see fit. Through it you can pass extra values to the GraphQL operation for custom behaviour, one example being: persisted queries.