This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ import type { RuleConfig } from '../rule-config';
3
3
/**
4
4
* Require fragments to be imported via an import expression.
5
5
*
6
- * @see [require-import-fragment](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-import-fragment.md )
6
+ * @see [require-import-fragment](https://the-guild.dev/ graphql/ eslint/rules/require-import-fragment)
7
7
*/
8
8
export type RequireImportFragmentRuleConfig = RuleConfig < [ ] > ;
9
9
10
10
/**
11
11
* Require fragments to be imported via an import expression.
12
12
*
13
- * @see [require-import-fragment](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-import-fragment.md )
13
+ * @see [require-import-fragment](https://the-guild.dev/ graphql/ eslint/rules/require-import-fragment)
14
14
*/
15
15
export interface RequireImportFragmentRule {
16
16
/**
17
17
* Require fragments to be imported via an import expression.
18
18
*
19
- * @see [require-import-fragment](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-import-fragment.md )
19
+ * @see [require-import-fragment](https://the-guild.dev/ graphql/ eslint/rules/require-import-fragment)
20
20
*/
21
21
'@graphql-eslint/require-import-fragment' : RequireImportFragmentRuleConfig ;
22
22
}
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ import type { RuleConfig } from '../rule-config';
3
3
/**
4
4
* Require nullable fields in root types.
5
5
*
6
- * @see [require-nullable-result-in-root](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-nullable-result-in-root.md )
6
+ * @see [require-nullable-result-in-root](https://the-guild.dev/ graphql/ eslint/rules/require-nullable-result-in-root)
7
7
*/
8
8
export type RequireNullableResultInRootRuleConfig = RuleConfig < [ ] > ;
9
9
10
10
/**
11
11
* Require nullable fields in root types.
12
12
*
13
- * @see [require-nullable-result-in-root](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-nullable-result-in-root.md )
13
+ * @see [require-nullable-result-in-root](https://the-guild.dev/ graphql/ eslint/rules/require-nullable-result-in-root)
14
14
*/
15
15
export interface RequireNullableResultInRootRule {
16
16
/**
17
17
* Require nullable fields in root types.
18
18
*
19
- * @see [require-nullable-result-in-root](https://github.com/B2o5T/ graphql- eslint/blob/master/docs/ rules/require-nullable-result-in-root.md )
19
+ * @see [require-nullable-result-in-root](https://the-guild.dev/ graphql/ eslint/rules/require-nullable-result-in-root)
20
20
*/
21
21
'@graphql-eslint/require-nullable-result-in-root' : RequireNullableResultInRootRuleConfig ;
22
22
}
You can’t perform that action at this time.
0 commit comments