Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Jan 24, 2025
1 parent abacb52 commit bd36569
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rbi/annotations/graphql.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

module GraphQL
class << self
# @version < 2.3.1
sig { params(graphql_string: String, trace: T.untyped, filename: T.untyped).returns(GraphQL::Language::Nodes::Document) }
def parse(graphql_string, trace: T.unsafe(nil), filename: T.unsafe(nil)); end
# @version >= 2.3.1
sig { params(graphql_string: String, trace: T.untyped, filename: T.untyped, max_tokens: T.untyped).returns(GraphQL::Language::Nodes::Document) }
def parse(graphql_string, trace: T.unsafe(nil), filename: T.unsafe(nil), max_tokens: T.unsafe(nil)); end
end
Expand Down

0 comments on commit bd36569

Please sign in to comment.