class GraphQL::Introspection::Field
- GraphQL::Introspection::Field
- Reference
- Object
Included Modules
Defined in:
graphql/introspection.crConstructors
Instance Method Summary
- #args : Array(GraphQL::Introspection::InputValue)
- #deprecation_reason : String | Nil
- #description : String | Nil
- #is_deprecated : Bool
-
#name : String
NON_NULL and LIST only
- #type : GraphQL::Introspection::Type
Constructor Detail
def self.new(document : GraphQL::Language::Document, definition : GraphQL::Language::FieldDefinition)
#