Sha256: 0a827d323b9f51d002e566d7ad230d85397b0c99e6fcdbf3aa06f15baeb043ab
Contents?: true
Size: 245 Bytes
Versions: 40
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true GraphQL::Introspection::ArgumentsField = GraphQL::Field.define do type !GraphQL::ListType.new(of_type: !GraphQL::Introspection::InputValueType) resolve ->(obj, args, ctx) { ctx.warden.arguments(obj) } end
Version data entries
40 entries across 40 versions & 1 rubygems