export const CategoryCreateOneMutation = mutationField('createOneCategory', {
  type: nonNull('Category'),
  args: {
    data: nonNull(
      arg({