We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f4545 + dffc1af commit 6d279abCopy full SHA for 6d279ab
app/graphql/types/errors/flow_validation_error_type.rb
@@ -6,7 +6,7 @@ module Errors
6
class FlowValidationErrorType < Types::BaseObject
7
graphql_name 'FlowValidationError'
8
# rubocop:enable GraphQL/GraphqlName
9
- description 'Represents an flow validation error'
+ description 'Represents a flow validation error'
10
11
field :details, Errors::ActiveModelErrorType, null: true,
12
description: 'Additional details about the validation error'
0 commit comments