diff --git a/crates/iota-graphql-e2e-tests/coverage/query/checkpoint.md b/crates/iota-graphql-e2e-tests/coverage/query/checkpoint.md index e6f1344136..278b5a5d8f 100644 --- a/crates/iota-graphql-e2e-tests/coverage/query/checkpoint.md +++ b/crates/iota-graphql-e2e-tests/coverage/query/checkpoint.md @@ -2,7 +2,7 @@ Query: `checkpoint` ```graphql { - checkpoint { + checkpoint(id: null) { digest sequenceNumber timestamp diff --git a/crates/iota-graphql-e2e-tests/coverage/query/checkpoints.md b/crates/iota-graphql-e2e-tests/coverage/query/checkpoints.md index 19bb9aadd1..35e1d963e7 100644 --- a/crates/iota-graphql-e2e-tests/coverage/query/checkpoints.md +++ b/crates/iota-graphql-e2e-tests/coverage/query/checkpoints.md @@ -2,7 +2,7 @@ Query: `checkpoints` ```graphql { - checkpoints { + checkpoints(after: null, first: null, last: null, before: null) { edges { node { digest diff --git a/crates/iota-graphql-e2e-tests/coverage/query/coins.md b/crates/iota-graphql-e2e-tests/coverage/query/coins.md index fec5d8dd04..c1034e2a69 100644 --- a/crates/iota-graphql-e2e-tests/coverage/query/coins.md +++ b/crates/iota-graphql-e2e-tests/coverage/query/coins.md @@ -2,7 +2,7 @@ Query: `type` ```graphql { - coins { + coins(first: null, last: null, after: null) { edges { node { address diff --git a/crates/iota-graphql-e2e-tests/coverage/query/owner.md b/crates/iota-graphql-e2e-tests/coverage/query/owner.md index c239a99f75..4c7236775b 100644 --- a/crates/iota-graphql-e2e-tests/coverage/query/owner.md +++ b/crates/iota-graphql-e2e-tests/coverage/query/owner.md @@ -2,7 +2,7 @@ Query: `owner` ```graphql { - owner(address: "0x1") { + owner(address: "0x1", rootVersion: null) { address objects { edges { diff --git a/crates/iota-graphql-e2e-tests/coverage/query/transactionBlocks.md b/crates/iota-graphql-e2e-tests/coverage/query/transactionBlocks.md index 1b61029233..3fff42b23a 100644 --- a/crates/iota-graphql-e2e-tests/coverage/query/transactionBlocks.md +++ b/crates/iota-graphql-e2e-tests/coverage/query/transactionBlocks.md @@ -2,7 +2,7 @@ Query: `transactionBlocks` ```graphql { - transactionBlocks { + transactionBlocks(first: null, last: null, after: null, scanLimit: null) { edges { node { digest