Skip to content

Commit

Permalink
Generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 18, 2024
1 parent 8a3f496 commit 7c17100
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions frontend/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export type EpisodeSpaceType = EpisodeEntityLink & {

export type EpisodeType = EntityDescription & {
__typename?: 'EpisodeType';
/** agents involved in this episode */
agents: Array<AgentDescriptionType>;
/** The book in the source */
book: Scalars['String']['output'];
Expand Down Expand Up @@ -1117,7 +1116,7 @@ export type DataEntryAgentHistoricalPersonQuery = { __typename?: 'Query', agentD
export type DataEntryHistoricalPersonsQueryVariables = Exact<{ [key: string]: never; }>;


export type DataEntryHistoricalPersonsQuery = { __typename?: 'Query', historicalPersons: Array<{ __typename?: 'HistoricalPersonType', id: string, name: string, dateOfBirth?: { __typename?: 'PersonDateOfBirthType', id: string, displayDate: string } | null, dateOfDeath?: { __typename?: 'PersonDateOfDeathType', id: string, displayDate: string } | null }> };
export type DataEntryHistoricalPersonsQuery = { __typename?: 'Query', historicalPersons: Array<{ __typename?: 'HistoricalPersonType', id: string, name: string }> };

export type DataEntryAgentIdentificationQueryVariables = Exact<{
id: Scalars['ID']['input'];
Expand Down Expand Up @@ -1600,14 +1599,6 @@ export const DataEntryHistoricalPersonsDocument = gql`
historicalPersons {
id
name
dateOfBirth {
id
displayDate
}
dateOfDeath {
id
displayDate
}
}
}
`;
Expand Down
1 change: 0 additions & 1 deletion frontend/generated/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ type EpisodeSpaceType implements EpisodeEntityLink {
}

type EpisodeType implements EntityDescription {
"""agents involved in this episode"""
agents: [AgentDescriptionType!]!

"""The book in the source"""
Expand Down

0 comments on commit 7c17100

Please sign in to comment.