Fix workspace prefill and remove user allowImpersonation Boolean

This commit is contained in:
Charles Bochet
2023-11-24 00:07:15 +01:00
parent 5038c36df4
commit 2d0f63219f
12 changed files with 21 additions and 76 deletions

View File

@ -160,6 +160,7 @@ export enum FieldMetadataType {
FullName = 'FULL_NAME',
Link = 'LINK',
Number = 'NUMBER',
Numeric = 'NUMERIC',
Phone = 'PHONE',
Probability = 'PROBABILITY',
Relation = 'RELATION',
@ -445,7 +446,6 @@ export type UserEdge = {
export type UserWorkspaceMember = {
__typename?: 'UserWorkspaceMember';
allowImpersonation: Scalars['Boolean']['output'];
avatarUrl?: Maybe<Scalars['String']['output']>;
colorScheme: Scalars['String']['output'];
id: Scalars['ID']['output'];