Class: RuboCop::Cop::GraphQL::ArgumentDescription
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::GraphQL::ArgumentDescription
- Includes:
- GraphQL::NodePattern
- Defined in:
- lib/rubocop/cop/graphql/argument_description.rb
Overview
This cop checks if each field has a description.
Constant Summary collapse
- MSG =
"Missing argument description"
- RESTRICT_ON_SEND =
%i[argument].freeze
Instance Method Summary collapse
Methods included from GraphQL::NodePattern
#argument?, #field?, #field_definition?, #field_definition_with_body?