Skip to content

Commit

Permalink
rettelse
Browse files Browse the repository at this point in the history
  • Loading branch information
throndi committed Sep 17, 2024
1 parent 332d506 commit a44de67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/pdl/barn.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ query($identer: [ID!]!){
mellomnavn
etternavn
}
foedsel {
foedselsdato {
foedselsaar
foedselsdato
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/pdl/barn.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"etternavn": "KAMELEON"
}
],
"foedsel": [
"foedselsdato": [
{
"foedselsaar": null,
"foedselsdato": "1966-11-18"
Expand Down

0 comments on commit a44de67

Please sign in to comment.