class GdsApi::PublishingApi
def graphql_query(query)
-
(Hash)
- A response with the result of the GraphQL query.
Parameters:
-
query
(String
) --
def graphql_query(query) post_json("#{endpoint}/graphql", query:).to_hash end
(Hash)
- A response with the result of the GraphQL query.
query
(String
)
--
def graphql_query(query) post_json("#{endpoint}/graphql", query:).to_hash end