mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore(server): filter out some logs (#9059)
This commit is contained in:
@@ -285,7 +285,8 @@ export type ErrorDataUnion =
|
||||
| SubscriptionPlanNotFoundDataType
|
||||
| UnknownOauthProviderDataType
|
||||
| UnsupportedSubscriptionPlanDataType
|
||||
| VersionRejectedDataType;
|
||||
| VersionRejectedDataType
|
||||
| WrongSignInCredentialsDataType;
|
||||
|
||||
export enum ErrorNames {
|
||||
ACCESS_DENIED = 'ACCESS_DENIED',
|
||||
@@ -1408,6 +1409,11 @@ export interface WorkspaceTypePublicPageArgs {
|
||||
pageId: Scalars['String']['input'];
|
||||
}
|
||||
|
||||
export interface WrongSignInCredentialsDataType {
|
||||
__typename?: 'WrongSignInCredentialsDataType';
|
||||
email: Scalars['String']['output'];
|
||||
}
|
||||
|
||||
export interface TokenType {
|
||||
__typename?: 'tokenType';
|
||||
refresh: Scalars['String']['output'];
|
||||
|
||||
Reference in New Issue
Block a user