Skip to content

Commit

Permalink
Include graphql query.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 13, 2024
1 parent 3b13e1d commit 4476480
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
query($journalpostId: String!) {
journalpostById(journalpostId: $journalpostId) {
journalpostId
tittel
dokumenter {
dokumentInfoId
}
}
}

0 comments on commit 4476480

Please sign in to comment.