Sha256: 4effab36c073f2f43f98c2328b31ebaf67b4d96f139f5517be73505abe3d00d1
Contents?: true
Size: 247 Bytes
Versions: 55
Compression:
Stored size: 247 Bytes
Contents
GraphQL::Introspection::OfTypeField = GraphQL::Field.define do name "ofType" description "The modified type of this type" type -> { GraphQL::Introspection::TypeType } resolve -> (obj, args, ctx) { obj.kind.wraps? ? obj.of_type : nil } end
Version data entries
55 entries across 55 versions & 1 rubygems