Method: GraphQL::Schema#type_from_ast
- Defined in:
- lib/graphql/schema.rb
#type_from_ast(ast_node) ⇒ Object
341 342 343 |
# File 'lib/graphql/schema.rb', line 341 def type_from_ast(ast_node) GraphQL::Schema::TypeExpression.build_type(self.types, ast_node) end |