Sha256: f1260a90d09537b1f936ceedbe87372e60775d326bbcca2d5ce91da4ca293e1a
Contents?: true
Size: 260 Bytes
Versions: 44
Compression:
Stored size: 260 Bytes
Contents
GraphQL::Introspection::InterfacesField = GraphQL::Field.define do description "Interfaces which this object implements" type -> { types[!GraphQL::Introspection::TypeType] } resolve -> (target, a, c) { target.kind.object? ? target.interfaces : nil } end
Version data entries
44 entries across 44 versions & 1 rubygems