-
-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8461c1d
commit 7518e65
Showing
30 changed files
with
1,066 additions
and
0 deletions.
There are no files selected for viewing
639 changes: 639 additions & 0 deletions
639
src/HotChocolate/Core/test/Types.Tests/Resolvers/IsSelectedTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
.../Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_1_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Attribute_1_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_1": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_1_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_1_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_1": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
.../Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_2_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Attribute_2_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_2": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_2_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_2_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_2": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_2_Selected_2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_2_Selected_2 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_2": { | ||
"name": "a", | ||
"password": "c" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
.../Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_3_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Attribute_3_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_3": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_3_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_3_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_3": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_3_Selected_2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_3_Selected_2 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_3": { | ||
"name": "a", | ||
"password": "c" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_3_Selected_3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_3_Selected_3 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_3": { | ||
"name": "a", | ||
"phoneNumber": "d" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
.../Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_4_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Attribute_4_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_4": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_4_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_4_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_4": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_4_Selected_2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_4_Selected_2 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_4": { | ||
"name": "a", | ||
"password": "c" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_4_Selected_3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_4_Selected_3 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_4": { | ||
"name": "a", | ||
"phoneNumber": "d" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Attribute_4_Selected_4.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Attribute_4_Selected_4 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Attribute_4": { | ||
"name": "a", | ||
"address": "e" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_1_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Context_1_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_1": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
....Tests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_1_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_1_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_1": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_2_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Context_2_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_2": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_2_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_2_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_2": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_2_Selected_2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_2_Selected_2 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_2": { | ||
"name": "a", | ||
"password": "c" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_3_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Context_3_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_3": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_3_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_3_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_3": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_3_Selected_2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_3_Selected_2 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_3": { | ||
"name": "a", | ||
"password": "c" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_3_Selected_3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_3_Selected_3 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_3": { | ||
"name": "a", | ||
"phoneNumber": "d" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
14 changes: 14 additions & 0 deletions
14
...ts/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_4_Not_Selected.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# IsSelected_Context_4_Not_Selected | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_4": { | ||
"name": "a" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": false | ||
} | ||
} | ||
``` |
15 changes: 15 additions & 0 deletions
15
...ests/Resolvers/__snapshots__/IsSelectedTests.IsSelected_Context_4_Selected_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# IsSelected_Context_4_Selected_1 | ||
|
||
```json | ||
{ | ||
"data": { | ||
"user_Context_4": { | ||
"name": "a", | ||
"email": "b" | ||
} | ||
}, | ||
"extensions": { | ||
"isSelected": true | ||
} | ||
} | ||
``` |
Oops, something went wrong.