Releases: dfreeman/broccoli-graphql-filter
Releases · dfreeman/broccoli-graphql-filter
New import syntax
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'