Module: Navigable::GraphQL::Schema
- Defined in:
- lib/navigable/graphql/schema.rb
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
4 5 6 |
# File 'lib/navigable/graphql/schema.rb', line 4 def self.extended(base) @schema = base end |
.schema ⇒ Object
8 9 10 |
# File 'lib/navigable/graphql/schema.rb', line 8 def self.schema @schema end |