diff --git a/Library/Homebrew/utils/github/api.rb b/Library/Homebrew/utils/github/api.rb index e24b78af61..71eda0b57a 100644 --- a/Library/Homebrew/utils/github/api.rb +++ b/Library/Homebrew/utils/github/api.rb @@ -334,6 +334,7 @@ module GitHub def self.open_graphql(query, variables: nil, scopes: [].freeze, raise_errors: true) data = { query:, variables: } result = open_rest("#{API_URL}/graphql", scopes:, data:, request_method: "POST") + odebug "GraphQL Query Response", result if raise_errors if result["errors"].present?