constants.ts 271 B

123456789
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. import { convertToGraphQLId } from '#shared/graphql/utils.ts'
  3. export const SYSTEM_USER_INTERNAL_ID = 1
  4. export const SYSTEM_USER_ID = convertToGraphQLId(
  5. 'User',
  6. SYSTEM_USER_INTERNAL_ID,
  7. )