Skip to content

Commit

Permalink
fix: Missing graphql selection set for team_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 12, 2024
1 parent eaca361 commit 3579aaf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion api.planx.uk/modules/saveAndReturn/service/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,16 @@ const validateSingleSessionRequest = async (
team {
name
slug
settings: team_settings
settings: team_settings {
boundaryUrl: boundary_url
boundaryBBox: boundary_bbox
homepage
helpEmail: help_email
helpPhone: help_phone
helpOpeningHours: help_opening_hours
emailReplyToId: email_reply_to_id
boundaryBBox: boundary_bbox
}
domain
}
}
Expand Down

0 comments on commit 3579aaf

Please sign in to comment.