You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect to the Linear api, and the default IntrospectionQuery for the schema is too complex for their limits.
client = GQLi::Client.new(Rubyists::Linear::GraphApi::BASE_URI, headers: Rubyists::Linear::Api.headers)
RuntimeError: Error: Bad Request
Body: {"errors":[{"message":"Query too complex","extensions":{"code":"INPUT_ERROR","type":"invalid input","userError":true,"userPresentableMessage":"The query is too complex. Complexity: 262144. Maximum allowed complexity: 10000.","meta":{}}}]}
from /home/bougyman/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/gqli-1.2.0/lib/gqli/client.rb:43:in `execute!'
The text was updated successfully, but these errors were encountered:
Trying to connect to the Linear api, and the default IntrospectionQuery for the schema is too complex for their limits.
The text was updated successfully, but these errors were encountered: