Skip to content

Commit

Permalink
chore: update generated payload types and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 4, 2025
1 parent 30e999d commit dd20c97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cms-types/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export interface Document {
export interface BoardMember {
id: string;
guildYear:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down Expand Up @@ -364,6 +365,7 @@ export interface BoardMember {
export interface Board {
id: string;
year:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down Expand Up @@ -419,6 +421,7 @@ export interface CommitteeMember {
id: string;
displayTitle?: string | null;
guildYear:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down Expand Up @@ -474,6 +477,7 @@ export interface CommitteeMember {
export interface Committee {
id: string;
year:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down Expand Up @@ -529,6 +533,7 @@ export interface MagazineIssue {
id: string;
title?: string | null;
year:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down Expand Up @@ -710,6 +715,7 @@ export interface AwardedHonor {
id: string;
displayTitle?: string | null;
guildYear:
| '2025'
| '2024'
| '2023'
| '2022'
Expand Down
24 changes: 24 additions & 0 deletions packages/cms-types/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -3363,6 +3363,7 @@ type BoardMember {
}

enum BoardMember_guildYear {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -3442,6 +3443,7 @@ input BoardMember_guildYear_operator {
}

enum BoardMember_guildYear_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -3869,6 +3871,7 @@ type Board {
}

enum Board_year {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -3950,6 +3953,7 @@ input Board_year_operator {
}

enum Board_year_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -4299,6 +4303,7 @@ type CommitteeMember {
}

enum CommitteeMember_guildYear {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -4390,6 +4395,7 @@ input CommitteeMember_guildYear_operator {
}

enum CommitteeMember_guildYear_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -4838,6 +4844,7 @@ type Committee {
}

enum Committee_year {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -4919,6 +4926,7 @@ input Committee_year_operator {
}

enum Committee_year_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -5268,6 +5276,7 @@ type MagazineIssue {
}

enum MagazineIssue_year {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -5358,6 +5367,7 @@ input MagazineIssue_year_operator {
}

enum MagazineIssue_year_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -7750,6 +7760,7 @@ type AwardedHonor {
}

enum AwardedHonor_guildYear {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -8130,6 +8141,7 @@ input AwardedHonor_guildYear_operator {
}

enum AwardedHonor_guildYear_Input {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15358,6 +15370,7 @@ input mutationBoardMemberInput {
}

enum BoardMember_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15412,6 +15425,7 @@ input mutationBoardMemberUpdateInput {
}

enum BoardMemberUpdate_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15462,6 +15476,7 @@ input mutationBoardInput {
}

enum Board_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15517,6 +15532,7 @@ input mutationBoardUpdateInput {
}

enum BoardUpdate_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15577,6 +15593,7 @@ input mutationCommitteeMemberInput {
}

enum CommitteeMember_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15632,6 +15649,7 @@ input mutationCommitteeMemberUpdateInput {
}

enum CommitteeMemberUpdate_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15682,6 +15700,7 @@ input mutationCommitteeInput {
}

enum Committee_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15737,6 +15756,7 @@ input mutationCommitteeUpdateInput {
}

enum CommitteeUpdate_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15796,6 +15816,7 @@ input mutationMagazineIssueInput {
}

enum MagazineIssue_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -15850,6 +15871,7 @@ input mutationMagazineIssueUpdateInput {
}

enum MagazineIssueUpdate_year_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -16079,6 +16101,7 @@ input mutationAwardedHonorInput {
}

enum AwardedHonor_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down Expand Up @@ -16130,6 +16153,7 @@ input mutationAwardedHonorUpdateInput {
}

enum AwardedHonorUpdate_guildYear_MutationInput {
_2025
_2024
_2023
_2022
Expand Down

0 comments on commit dd20c97

Please sign in to comment.