Commit 6db1a34
File tree
4 files changed
+80
-1
lines changed- packages
- rescript-relay-documentation/docs
4 files changed
+80
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
- compiler/crates/relay-compiler/relay-compiler-config-schema.json+5
- compiler/crates/relay-compiler/src/build_project/validate.rs+2
- compiler/crates/relay-compiler/src/config.rs+6
- compiler/crates/relay-config/src/project_config.rs+6
- compiler/crates/relay-schema/src/relay-extensions.graphql+7
- compiler/crates/relay-transforms/src/errors.rs+21
- compiler/crates/relay-transforms/src/validations.rs+2
- compiler/crates/relay-transforms/src/validations/validate_exhaustive_directive.rs+309
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive.rs+22
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/all-members-valid.expected+28
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/all-members-valid.graphql+14
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/auto-mutation-missing.invalid.expected+20
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/auto-mutation-missing.invalid.graphql+11
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/auto-mutation-valid.expected+23
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/auto-mutation-valid.graphql+11
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/directive-on-non-union.invalid.expected+13
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/directive-on-non-union.invalid.graphql+4
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/fragment-all-members-valid.expected+24
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/fragment-all-members-valid.graphql+12
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/fragment-missing-member.invalid.expected+14
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/fragment-missing-member.invalid.graphql+5
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/ignore-member-valid.expected+18
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/ignore-member-valid.graphql+6
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/missing-member.invalid.expected+16
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/missing-member.invalid.graphql+7
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/multiple-missing-members.invalid.expected+15
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive/fixtures/multiple-missing-members.invalid.graphql+6
- compiler/crates/relay-transforms/tests/validate_exhaustive_directive_test.rs+171
- compiler/test-project-res/src/Test_unionFragment.res+10
- compiler/test-project-res/src/__generated__/TestUnionFragmentExhaustiveQuery_graphql.res+244
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
86 | 159 | | |
87 | 160 | | |
88 | 161 | | |
89 | 162 | | |
90 | 163 | | |
91 | 164 | | |
| 165 | + | |
0 commit comments