Skip to content

Releases: dfreeman/broccoli-graphql-filter

New import syntax

26 Jul 12:48
Compare
Choose a tag to compare

Now instead of

#import 'path/to/module'

you can use graphql-import syntax to declare dependencies on other graphql files:

# import Foo, Bar from 'path/to/module'