export type AccountChangePasswordMutation = { __typename?: 'Mutations', accountChangePassword?: { __typename?: 'AccountChangePasswordPayload', success?: boolean | null, errors?: Array<{ __typename?: 'UserError', message: string, field?: string | null }> | null } | null };