Skip to content

Releases: dfreeman/broccoli-graphql-filter

Release list

New import syntax

Choose a tag to compare

@csantero csantero released this 26 Jul 12:48

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'