Const SIGN_IN_MUTATION
SIGN_IN_MUTATION: any = gql`mutation signIn($email: String!, $password: String!) {signIn(email: $email, password: $password, duration: LONG) {account {creatingAccountemailencryptedSecretKeyencryptedSecretKeyTagencryptedSecretKeyNonceidloginErrorCounttwoFactortwoFactorErrorCountverifiedwallets {addressblockchainchainIndexpublicKey}}serverEncryptionKeytwoFaRequired}}`