class GraphQL::Introspection::Schema

Included Modules

Defined in:

graphql/introspection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(document : GraphQL::Language::Document, query_type : String, mutation_type : Nil | String) #

Instance Method Detail

def directives : Array(GraphQL::Introspection::Directive) #

def mutation_type : GraphQL::Introspection::Type | Nil #

def query_type : GraphQL::Introspection::Type #

def subscription_type : GraphQL::Introspection::Type | Nil #

def types : Array(GraphQL::Introspection::Type) #