Skip to content

Commit

Permalink
Remove 'fullmakt' from GraphQL queries
Browse files Browse the repository at this point in the history
Removed 'fullmakt' field from pdlbolkquery.graphql, pdlPerson2Query.graphql, and pdlPersonQuery.graphql. This exclusion simplifies the query structure and eliminates redundant data retrieval related to fullmakt details.
  • Loading branch information
krharum committed Nov 26, 2024
1 parent 92338fa commit 7f4abd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
10 changes: 0 additions & 10 deletions apps/person-service/src/main/resources/pdl/pdlPerson2Query.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -442,16 +442,6 @@ query($ident: ID!, $historikk: Boolean!) {
...metadataDetails
}
},
fullmakt(historikk: $historikk) {
motpartsPersonident,
motpartsRolle,
omraader,
gyldigFraOgMed,
gyldigTilOgMed,
metadata {
...metadataDetails
}
},
folkeregisteridentifikator(historikk: $historikk) {
identifikasjonsnummer,
status,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ query($ident1: ID!) {
opplysningsId
}
}
fullmakt {
metadata {
opplysningsId
}
}
},
hentIdenter(ident: $ident1, historikk: true, grupper: [AKTORID, FOLKEREGISTERIDENT, NPID]) {
identer {
Expand Down
10 changes: 0 additions & 10 deletions apps/person-service/src/main/resources/pdl/pdlbolkquery.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -449,16 +449,6 @@ query($identer: [ID!]!) {
...metadataDetails
}
},
fullmakt(historikk: true) {
motpartsPersonident,
motpartsRolle,
omraader,
gyldigFraOgMed,
gyldigTilOgMed,
metadata {
...metadataDetails
}
},
folkeregisteridentifikator(historikk: true) {
identifikasjonsnummer,
status,
Expand Down

0 comments on commit 7f4abd5

Please sign in to comment.