class GraphQL::Introspection::InputValue
- GraphQL::Introspection::InputValue
- Reference
- Object
Included Modules
Defined in:
graphql/introspection.crConstructors
Instance Method Summary
- #default_value : String | Nil
- #description : String | Nil
- #name : String
- #type : GraphQL::Introspection::Type
Constructor Detail
def self.new(document : GraphQL::Language::Document, definition : GraphQL::Language::InputValueDefinition)
#