Method: GraphQL::Types::Relay::EdgeBehaviors::ClassMethods#visible?
- Defined in:
- lib/graphql/types/relay/edge_behaviors.rb
#visible?(ctx) ⇒ Boolean
72 73 74 |
# File 'lib/graphql/types/relay/edge_behaviors.rb', line 72 def visible?(ctx) node_type.visible?(ctx) end |