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