Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
Signed-off-by: hannahdatum <hannahking@datum.net>
  • Loading branch information
hannahdatum committed Jul 2, 2024
1 parent b930082 commit bbd1dc7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/codegen/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10303,7 +10303,7 @@ export type GetOrganizationInvitesQueryVariables = Exact<{
}>;


export type GetOrganizationInvitesQuery = { __typename?: 'Query', organization: { __typename?: 'Organization', invites?: Array<{ __typename?: 'Invite', id: string, recipient: string, status: InviteInviteStatus, createdAt?: any | null, expires?: any | null, role: InviteRole, events?: Array<{ __typename?: 'Event', id: string, eventType: string, invite?: Array<{ __typename?: 'Invite', expires?: any | null }> | null }> | null }> | null } };
export type GetOrganizationInvitesQuery = { __typename?: 'Query', organization: { __typename?: 'Organization', invites?: Array<{ __typename?: 'Invite', id: string, recipient: string, status: InviteInviteStatus, createdAt?: any | null, expires?: any | null, role: InviteRole }> | null } };

export type CreateOrganizationMutationVariables = Exact<{
input: CreateOrganizationInput;
Expand Down Expand Up @@ -10558,13 +10558,6 @@ export const GetOrganizationInvitesDocument = gql`
createdAt
expires
role
events {
id
eventType
invite {
expires
}
}
expires
}
}
Expand Down

0 comments on commit bbd1dc7

Please sign in to comment.