Skip to content

Commit 2512443

Browse files
Copilotxperiandri
andcommitted
Update introspection fixture documentId values
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/020d0296-28b1-416d-bd12-9dd0790516ba Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 2e4a740 commit 2512443

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/FSharp.Data.GraphQL.IntegrationTests/integration-introspection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"documentId": 986164407,
2+
"documentId": 1417518537,
33
"data": {
44
"__schema": {
55
"queryType": {
@@ -1926,4 +1926,4 @@
19261926
]
19271927
}
19281928
}
1929-
}
1929+
}

tests/FSharp.Data.GraphQL.IntegrationTests/introspection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"documentId": 195530235,
2+
"documentId": 1417518537,
33
"data": {
44
"__schema": {
55
"queryType": {
@@ -1862,4 +1862,4 @@
18621862
]
18631863
}
18641864
}
1865-
}
1865+
}

tests/FSharp.Data.GraphQL.Tests/Literals.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module FSharp.Data.GraphQL.Tests.Literals
22

33
let [<Literal>] IntrospectionSchemaJson = """{
4-
"documentId": 869718943,
4+
"documentId": 1417518537,
55
"data": {
66
"__schema": {
77
"queryType": {
@@ -1589,4 +1589,4 @@ let [<Literal>] IntrospectionSchemaJson = """{
15891589
]
15901590
}
15911591
}
1592-
}"""
1592+
}"""

0 commit comments

Comments
 (0)