Skip to content

IdentifiedRef.load broke in 3.0.0-rc.1 #267

@stephenh

Description

@stephenh

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions