-
-
Notifications
You must be signed in to change notification settings - Fork 610
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When I bump from 3.0.0-rc to 3.0.0-rc.1, this code is no longer working:
async email(root) {
const client = await root.load();
return client.email;
},Where root is an IdentifiedReference.
I don't see a tag for rc vs. rc.1 to do a compare and scan for likely changes, so I don't really have much more information than "it started happening in 3.0.0-rc.1"
(I had been on 3.0.0-rc.3 and it had the broken behavior as well; it looks like 3.0.0-rc it was working fine and then regressed in 3.0.0-rc.1.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working