Sha256: 89b88565e291a211271f7a5109d5ba15703c65090bc8099103f9977f9ded255c
Contents?: true
Size: 263 Bytes
Versions: 8
Compression:
Stored size: 263 Bytes
Contents
GraphQL::Introspection::PossibleTypesField = GraphQL::Field.define do type -> { types[!GraphQL::Introspection::TypeType] } resolve ->(target, args, ctx) { if target.kind.resolves? ctx.warden.possible_types(target) else nil end } end
Version data entries
8 entries across 8 versions & 1 rubygems