module GraphQL
module GraphQL::Analysis
module GraphQL::BaseType::HasPossibleTypes
module GraphQL::BaseType::ModifiesAnotherType
module GraphQL::Define
module GraphQL::Define::AssignArgument
module GraphQL::Define::AssignConnection
module GraphQL::Define::AssignEnumValue
module GraphQL::Define::AssignGlobalIdField
module GraphQL::Define::AssignObjectField
module GraphQL::Define::InstanceDefinable
module GraphQL::Define::InstanceDefinable::ClassMethods
module GraphQL::Define::NonNullWithBang
module GraphQL::Execution
module GraphQL::Execution::DirectiveChecks
module GraphQL::Execution::Typecast
module GraphQL::Field::Resolve
module GraphQL::InternalRepresentation
module GraphQL::Introspection
module GraphQL::Language
module GraphQL::Language::Generation
module GraphQL::Language::Lexer
module GraphQL::Language::Nodes
module GraphQL::Language::ParserTests
module GraphQL::Query::LiteralInput::LiteralKindCoercers
module GraphQL::Query::LiteralInput::LiteralKindCoercers::EnumLiteral
module GraphQL::Query::LiteralInput::LiteralKindCoercers::InputObjectLiteral
module GraphQL::Query::LiteralInput::LiteralKindCoercers::ListLiteral
module GraphQL::Query::LiteralInput::LiteralKindCoercers::NonNullLiteral
module GraphQL::Query::LiteralInput::LiteralKindCoercers::ScalarLiteral
module GraphQL::Query::SerialExecution::ValueResolution
module GraphQL::Relay
module GraphQL::Relay::ConnectionType
module GraphQL::Relay::EdgeType
module GraphQL::Schema::CatchallMiddleware
module GraphQL::Schema::Loader
module GraphQL::Schema::Printer
module GraphQL::Schema::Printer::TypeKindPrinters
module GraphQL::Schema::Printer::TypeKindPrinters::FieldPrinter
module GraphQL::Schema::ReduceTypes
module GraphQL::Schema::TypeExpression
module GraphQL::Schema::Validation::Rules
module GraphQL::StaticValidation
module GraphQL::StaticValidation::Message::MessageHelper
module GraphQL::TypeKinds
class GraphQL::Analysis::MaxQueryComplexity
class GraphQL::Analysis::MaxQueryDepth
class GraphQL::Analysis::QueryComplexity
class GraphQL::Analysis::QueryComplexity::TypeComplexity
class GraphQL::Analysis::QueryDepth
class GraphQL::AnalysisError
class GraphQL::Argument
class GraphQL::BaseType
class GraphQL::Define::DefinedObjectProxy
class GraphQL::Define::InstanceDefinable::AssignAttribute
class GraphQL::Define::InstanceDefinable::AssignMetadataKey
class GraphQL::Define::TypeDefiner
class GraphQL::Directive
class GraphQL::EnumType
class GraphQL::EnumType::EnumValue
class GraphQL::Error
class GraphQL::ExecutionError
class GraphQL::Field
class GraphQL::Field::Resolve::BuiltInResolve
class GraphQL::Field::Resolve::HashKeyResolve
class GraphQL::Field::Resolve::MethodResolve
class GraphQL::Field::Resolve::NameResolve
class GraphQL::InputObjectType
class GraphQL::InterfaceType
class GraphQL::InternalRepresentation::Node
class GraphQL::InternalRepresentation::Rewrite
class GraphQL::Introspection::SchemaField
class GraphQL::Introspection::TypeByNameField
class GraphQL::Introspection::TypenameField
class GraphQL::InvalidNullError
class GraphQL::Language::Nodes::AbstractNode
class GraphQL::Language::Nodes::Argument
class GraphQL::Language::Nodes::Directive
class GraphQL::Language::Nodes::Document
class GraphQL::Language::Nodes::Enum
class GraphQL::Language::Nodes::EnumTypeDefinition
class GraphQL::Language::Nodes::Field
class GraphQL::Language::Nodes::FieldDefinition
class GraphQL::Language::Nodes::FragmentDefinition
class GraphQL::Language::Nodes::FragmentSpread
class GraphQL::Language::Nodes::InlineFragment
class GraphQL::Language::Nodes::InputObject
class GraphQL::Language::Nodes::InputObjectTypeDefinition
class GraphQL::Language::Nodes::InputValueDefinition
class GraphQL::Language::Nodes::InterfaceTypeDefinition
class GraphQL::Language::Nodes::ListType
class GraphQL::Language::Nodes::NameOnlyNode
class GraphQL::Language::Nodes::NonNullType
class GraphQL::Language::Nodes::ObjectTypeDefinition
class GraphQL::Language::Nodes::OperationDefinition
class GraphQL::Language::Nodes::ScalarTypeDefinition
class GraphQL::Language::Nodes::SchemaDefinition
class GraphQL::Language::Nodes::TypeName
class GraphQL::Language::Nodes::UnionTypeDefinition
class GraphQL::Language::Nodes::VariableDefinition
class GraphQL::Language::Nodes::VariableIdentifier
class GraphQL::Language::Nodes::WrapperType
class GraphQL::Language::Parser
class GraphQL::Language::Token
class GraphQL::Language::Visitor
class GraphQL::Language::Visitor::NodeVisitor
class GraphQL::ListType
class GraphQL::NonNullType
class GraphQL::ObjectType
class GraphQL::ObjectType::UnresolvedTypeError
class GraphQL::ParseError
class GraphQL::Query
class GraphQL::Query::Arguments
class GraphQL::Query::Context
class GraphQL::Query::Executor
class GraphQL::Query::InputValidationResult
class GraphQL::Query::LiteralInput
class GraphQL::Query::OperationNameMissingError
class GraphQL::Query::SerialExecution
class GraphQL::Query::SerialExecution::ExecutionContext
class GraphQL::Query::SerialExecution::FieldResolution
class GraphQL::Query::SerialExecution::OperationResolution
class GraphQL::Query::SerialExecution::SelectionResolution
class GraphQL::Query::SerialExecution::ValueResolution::BaseResolution
class GraphQL::Query::SerialExecution::ValueResolution::HasPossibleTypeResolution
class GraphQL::Query::SerialExecution::ValueResolution::ListResolution
class GraphQL::Query::SerialExecution::ValueResolution::NonNullResolution
class GraphQL::Query::SerialExecution::ValueResolution::ObjectResolution
class GraphQL::Query::SerialExecution::ValueResolution::ScalarResolution
class GraphQL::Query::VariableValidationError
class GraphQL::Query::Variables
class GraphQL::Relay::ArrayConnection
class GraphQL::Relay::BaseConnection
class GraphQL::Relay::ConnectionField
class GraphQL::Relay::ConnectionResolve
class GraphQL::Relay::Edge
class GraphQL::Relay::GlobalIdResolve
class GraphQL::Relay::GlobalNodeIdentification
class GraphQL::Relay::Mutation
class GraphQL::Relay::Mutation::Result
class GraphQL::Relay::RelationConnection
class GraphQL::ScalarType
class GraphQL::Schema
class GraphQL::Schema::GraphQL::Schema::TimeoutMiddleware::TimeoutError
class GraphQL::Schema::InvalidTypeError
class GraphQL::Schema::MiddlewareChain
class GraphQL::Schema::PossibleTypes
class GraphQL::Schema::Printer::TypeKindPrinters::EnumPrinter
class GraphQL::Schema::Printer::TypeKindPrinters::InputObjectPrinter
class GraphQL::Schema::Printer::TypeKindPrinters::InterfacePrinter
class GraphQL::Schema::Printer::TypeKindPrinters::ObjectPrinter
class GraphQL::Schema::Printer::TypeKindPrinters::ScalarPrinter
class GraphQL::Schema::Printer::TypeKindPrinters::UnionPrinter
class GraphQL::Schema::RescueMiddleware
class GraphQL::Schema::TimeoutMiddleware
class GraphQL::Schema::TypeMap
class GraphQL::Schema::Validation
class GraphQL::StaticValidation::ArgumentLiteralsAreCompatible
class GraphQL::StaticValidation::ArgumentsAreDefined
class GraphQL::StaticValidation::ArgumentsValidator
class GraphQL::StaticValidation::DirectivesAreDefined
class GraphQL::StaticValidation::DirectivesAreInValidLocations
class GraphQL::StaticValidation::FieldsAreDefinedOnType
class GraphQL::StaticValidation::FieldsHaveAppropriateSelections
class GraphQL::StaticValidation::FieldsWillMerge
class GraphQL::StaticValidation::FieldsWillMerge::FieldDefinitionComparison
class GraphQL::StaticValidation::FragmentSpreadsArePossible
class GraphQL::StaticValidation::FragmentSpreadsArePossible::FragmentSpread
class GraphQL::StaticValidation::FragmentTypesExist
class GraphQL::StaticValidation::FragmentsAreFinite
class GraphQL::StaticValidation::FragmentsAreNamed
class GraphQL::StaticValidation::FragmentsAreOnCompositeTypes
class GraphQL::StaticValidation::FragmentsAreUsed
class GraphQL::StaticValidation::FragmentsAreUsed::FragmentInstance
class GraphQL::StaticValidation::LiteralValidator
class GraphQL::StaticValidation::Message
class GraphQL::StaticValidation::RequiredArgumentsArePresent
class GraphQL::StaticValidation::TypeStack
class GraphQL::StaticValidation::TypeStack::ArgumentStrategy
class GraphQL::StaticValidation::TypeStack::DirectiveStrategy
class GraphQL::StaticValidation::TypeStack::FieldStrategy
class GraphQL::StaticValidation::TypeStack::FragmentDefinitionStrategy
class GraphQL::StaticValidation::TypeStack::FragmentSpreadStrategy
class GraphQL::StaticValidation::TypeStack::FragmentWithTypeStrategy
class GraphQL::StaticValidation::TypeStack::InlineFragmentStrategy
class GraphQL::StaticValidation::TypeStack::NullStrategy
class GraphQL::StaticValidation::TypeStack::OperationDefinitionStrategy
class GraphQL::StaticValidation::ValidationContext
class GraphQL::StaticValidation::Validator
class GraphQL::StaticValidation::VariableDefaultValuesAreCorrectlyTyped
class GraphQL::StaticValidation::VariableUsagesAreAllowed
class GraphQL::StaticValidation::VariablesAreInputTypes
class GraphQL::StaticValidation::VariablesAreUsedAndDefined
class GraphQL::StaticValidation::VariablesAreUsedAndDefined::VariableUsage
class GraphQL::TypeKinds::TypeKind
class GraphQL::UnionType
graphql
0.18.8
def initialize_node(name:, fields:) @name = name @fields = fields end