Give Query
a to_payload()
method
#11
Labels
library API
Relating to the public library API
under consideration
Dev has not yet decided whether or how to implement
Give
Query
ato_payload(&self) -> Payload
method with a default implementation that wraps the text ofwrite_graphql()
inquery($VARIABLES) { ... }
to get the full query documentwrite_graphql()
andvariables()
methods will still be needed for creating batch queries.Rename
write_graphql()
to something likewrite_query_content()
orwrite_inner_query()
.The text was updated successfully, but these errors were encountered: