When running rspec spec/requests/api/graphql/project/issues_spec.rb
locally, were getting error such as
1) getting an issue list for a project behaves like graphql issue list request spec behaves like a working graphql query returns a successful response
Failure/Error: expect(flattened_errors).to eq([])
expected: []
got: [{"locations"=>[{"column"=>3, "line"=>445}], "message"=>"\"productAnalyticsState\" field can be reque... "path"=>["project", "issues", "nodes", 4, "designCollection", "project", "productAnalyticsState"]}]
Add productAnalyticsState
to the graphql field exclusion list
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.