Sha256: 0e9fa5d6905265e2010869fc785c53dd615865ecc1b32c3ebe9ef46c823aa50f
Contents?: true
Size: 273 Bytes
Versions: 8
Compression:
Stored size: 273 Bytes
Contents
GraphQL::Introspection::InterfacesField = GraphQL::Field.define do type -> { types[!GraphQL::Introspection::TypeType] } resolve ->(target, a, ctx) { if target.kind == GraphQL::TypeKinds::OBJECT ctx.warden.interfaces(target) else nil end } end
Version data entries
8 entries across 8 versions & 1 rubygems