execute
Executes a GraphQL query and returns the result.
Return
The result of the query execution.
Parameters
query
The GraphQL query to execute.
Throws
Expedia Group Service Exception
If the query execution returns errors.
Executes a GraphQL mutation and returns the result.
Return
The result of the mutation execution.
Parameters
mutation
The GraphQL mutation to execute.
Throws
Expedia Group Service Exception
If the mutation execution returns errors.