Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Releases: mixcloud/relay-flow-types

Fixing list issue

03 Apr 14:45
Compare
Choose a tag to compare

Lists of empty objects are now represented as lists

Handling variables as fragments

29 Mar 09:54
Compare
Choose a tag to compare

Handling scenarios such as:

const myFragment = Relay.QL`...`;

Relay.QL`
    fragment on User {
        ${myFragment}
    }
`