mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 06:16:59 +08:00
fix: ios client gql compatibility (#9337)
This commit is contained in:
@@ -1660,7 +1660,7 @@ export type ForkCopilotSessionMutation = {
|
||||
forkCopilotSession: string;
|
||||
};
|
||||
|
||||
export type CredentialsRequirementFragment = {
|
||||
export type CredentialsRequirementsFragment = {
|
||||
__typename?: 'CredentialsRequirementType';
|
||||
password: {
|
||||
__typename?: 'PasswordLimitsType';
|
||||
|
||||
Reference in New Issue
Block a user