Method: GraphQL::Schema#types
- Defined in:
- lib/graphql/schema.rb
#types ⇒ GraphQL::Schema::TypeMap
Returns { name => type } pairs of types in this schema.
317 318 319 320 321 322 |
# File 'lib/graphql/schema.rb', line 317 def types @types ||= begin rebuild_artifacts @types end end |