class GraphQL::Analysis::QueryDepth
def initial_value(query)
def initial_value(query) { max_depth: 0, current_depth: 0, skip_depth: 0, query: query, } end
def initial_value(query) { max_depth: 0, current_depth: 0, skip_depth: 0, query: query, } end