diff --git a/src/main/resources/pdl/barn.graphql b/src/main/resources/pdl/barn.graphql index bcc622957..849a1f45b 100644 --- a/src/main/resources/pdl/barn.graphql +++ b/src/main/resources/pdl/barn.graphql @@ -28,7 +28,7 @@ query($identer: [ID!]!){ mellomnavn etternavn } - foedsel { + foedselsdato { foedselsaar foedselsdato } diff --git a/src/test/resources/pdl/barn.json b/src/test/resources/pdl/barn.json index 9b049ec89..748fb1225 100644 --- a/src/test/resources/pdl/barn.json +++ b/src/test/resources/pdl/barn.json @@ -38,7 +38,7 @@ "etternavn": "KAMELEON" } ], - "foedsel": [ + "foedselsdato": [ { "foedselsaar": null, "foedselsdato": "1966-11-18"