File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
Thanks [ @dimaMachina ] ( https://github.com/dimaMachina ) ! - - rename flat configs exports
15
15
16
16
``` diff
17
- -graphql.flatConfigs['schema-recommended']
17
+ -graphql.flatConfigs['schema-recommended'].rules
18
18
+graphql.configs['flat/schema-recommended']
19
- -graphql.flatConfigs['schema-relay']
19
+ -graphql.flatConfigs['schema-relay'].rules
20
20
+graphql.configs['flat/schema-relay']
21
- -graphql.flatConfigs['schema-all']
21
+ -graphql.flatConfigs['schema-all'].rules
22
22
+graphql.configs['flat/schema-all']
23
- -graphql.flatConfigs['operations-recommended']
23
+ -graphql.flatConfigs['operations-recommended'].rules
24
24
+graphql.configs['flat/operations-recommended']
25
- -graphql.flatConfigs['operations-all']
25
+ -graphql.flatConfigs['operations-all'].rules
26
26
+graphql.configs['flat/operations-all']
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments