Skip to content

Commit

Permalink
PREAPPS-7911: Updated CalendarItemReply type object
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitTelus authored and silentsakky committed Sep 27, 2024
1 parent 51bfa9c commit a513846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/normalize/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const CalendarItemAttendees = new Entity({

const CalendarItemReply = new Entity({
ptst: 'participationStatus',
at: 'attendee'
at: 'address'
});

const CalendarItemOrganizer = new Entity({
Expand Down
2 changes: 1 addition & 1 deletion src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ type CalendarItemAttendee {

type CalendarItemReply {
participationStatus: ParticipationStatus
attendee: String
address: String
}

input CalendarItemAttendeesInput {
Expand Down

0 comments on commit a513846

Please sign in to comment.