mutation adoptAPetMutation { addPet { owner { name } } } type Query { name: String age: Int }