export const CategoryDeleteOneMutation = mutationField('deleteOneCategory', {
  type: 'Category',
  args: {
    where: nonNull(
      arg({