Fix user query fragment (#6450)
This commit is contained in:
@ -695,7 +695,7 @@ export type Sentry = {
|
|||||||
export type ServerlessFunction = {
|
export type ServerlessFunction = {
|
||||||
__typename?: 'ServerlessFunction';
|
__typename?: 'ServerlessFunction';
|
||||||
createdAt: Scalars['DateTime'];
|
createdAt: Scalars['DateTime'];
|
||||||
description: Scalars['String'];
|
description?: Maybe<Scalars['String']>;
|
||||||
id: Scalars['UUID'];
|
id: Scalars['UUID'];
|
||||||
name: Scalars['String'];
|
name: Scalars['String'];
|
||||||
runtime: Scalars['String'];
|
runtime: Scalars['String'];
|
||||||
|
|||||||
@ -23,10 +23,7 @@ export const USER_QUERY_FRAGMENT = gql`
|
|||||||
id
|
id
|
||||||
displayName
|
displayName
|
||||||
logo
|
logo
|
||||||
domainName {
|
domainName
|
||||||
primaryLinkUrl
|
|
||||||
primaryLinkLabel
|
|
||||||
}
|
|
||||||
inviteHash
|
inviteHash
|
||||||
allowImpersonation
|
allowImpersonation
|
||||||
activationStatus
|
activationStatus
|
||||||
|
|||||||
Reference in New Issue
Block a user