class GraphQL::Introspection::Schema
- GraphQL::Introspection::Schema
- Reference
- Object
Included Modules
Defined in:
graphql/introspection.crConstructors
Instance Method Summary
- #directives : Array(GraphQL::Introspection::Directive)
- #mutation_type : GraphQL::Introspection::Type | Nil
- #query_type : GraphQL::Introspection::Type
- #subscription_type : GraphQL::Introspection::Type | Nil
- #types : Array(GraphQL::Introspection::Type)
Constructor Detail
def self.new(document : GraphQL::Language::Document, query_type : String, mutation_type : Nil | String)
#