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