Sha256: 46283b67aefe661fda4a5c9134e427abfb601b1dc6c081f576b7b9c06890d402
Contents?: true
Size: 199 Bytes
Versions: 10
Compression:
Stored size: 199 Bytes
Contents
GraphQL::Introspection::OfTypeField = GraphQL::Field.define do name "ofType" type -> { GraphQL::Introspection::TypeType } resolve ->(obj, args, ctx) { obj.kind.wraps? ? obj.of_type : nil } end
Version data entries
10 entries across 10 versions & 1 rubygems