Skip to content

Commit

Permalink
Add integration test for fetching alert
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Nov 6, 2024
1 parent 7237f63 commit 9871533
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"data": {
"node": {
"id": "QWxlcnQ6Rjpuby1oZWFkZXI",
"alertHeaderText": "Second string",
"alertDescriptionText": "Second string",
"alertUrl": null
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
node(id: "QWxlcnQ6Rjpuby1oZWFkZXI") {
id
... on Alert {
alertHeaderText
alertDescriptionText
alertUrl
}
}
}

0 comments on commit 9871533

Please sign in to comment.