Auto-generated Mutation Does Not Create Relationship

In your first post you’ve posted your schema. In it you show to have no relationship from Bio to person. In order for makeAugmentedSchema to know how to create the correct relationship you need to include the relationship on both the person and bio type. With a correct in and out direction for the relationship. This does not create a separate relationship just ensures that it’s mapped correctly.

Try that and see if it fixes your mutation. If it doesn’t then holpefully someone else feels like helping you.