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