module Stardust::GraphQL::WardenPatch

Private Instance Methods

referenced?(type_defn) click to toggle source

Basically since we want to see federated fields we want to included orphan_types

Calls superclass method
# File lib/stardust/graphql/warden_patch.rb, line 9
def referenced?(type_defn)
  super || @schema.orphan_types.include?(type_defn)
end