@graphql-eslint/eslint-plugin 3.14.0-alpha-20221220004017-f1f0904 → 3.14.0-alpha-20221220004723-85c2e50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -509,7 +509,7 @@ const GRAPHQL_JS_VALIDATIONS = Object.assign({}, validationToRule({
|
|
509
509
|
ruleName: 'LoneAnonymousOperation',
|
510
510
|
}, {
|
511
511
|
category: 'Operations',
|
512
|
-
description: 'A GraphQL document
|
512
|
+
description: 'A GraphQL document that contains an anonymous operation (the `query` short-hand) is only valid if it contains only that one operation definition.',
|
513
513
|
requiresSchema: true,
|
514
514
|
}), validationToRule({
|
515
515
|
ruleId: 'lone-schema-definition',
|
package/index.mjs
CHANGED
@@ -503,7 +503,7 @@ const GRAPHQL_JS_VALIDATIONS = Object.assign({}, validationToRule({
|
|
503
503
|
ruleName: 'LoneAnonymousOperation',
|
504
504
|
}, {
|
505
505
|
category: 'Operations',
|
506
|
-
description: 'A GraphQL document
|
506
|
+
description: 'A GraphQL document that contains an anonymous operation (the `query` short-hand) is only valid if it contains only that one operation definition.',
|
507
507
|
requiresSchema: true,
|
508
508
|
}), validationToRule({
|
509
509
|
ruleId: 'lone-schema-definition',
|
package/package.json
CHANGED