export const AccountFindUniqueQuery = queryField('findUniqueAccount', {
  type: 'Account',
  args: {
    where: arg({
      type: 'AccountWhereUniqueInput',