Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bump types
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Mar 1, 2024
1 parent e157307 commit 4b70b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2910,6 +2910,7 @@ export type User = {
__typename?: "User";
displayName: Scalars["String"]["output"];
emailAddress: Scalars["String"]["output"];
parsleyFilters: Array<ParsleyFilter>;
patches: Patches;
permissions: Permissions;
subscriptions?: Maybe<Array<GeneralSubscription>>;
Expand Down

0 comments on commit 4b70b47

Please sign in to comment.