Sha256: fbddd873686bc3663638677e0aeb6630240bbdcbd8452cacb6e989c326a2013b
Contents?: true
Size: 261 Bytes
Versions: 11
Compression:
Stored size: 261 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
11 entries across 11 versions & 1 rubygems