pretty_print_graphql_operation
Pretty print a GraphQL operation using pygments.
Won’t print introspection operation to prevent noise in the output.
Signature:
Parameters:
-
operation_name:
- Type
-
str | None
-
query:
- Type
-
str
-
variables:
- Type
-
Dict[str, Any] | None