ardatan/graphql-import

Bring back a synchronous API

dacioromero opened this issue · 1 comments

After version 0.7.1 the API was changed to return a Promise which is a breaking change for places where async is not an option (such as in class constructors). A synchronous version being brought back would be greatly appreciated.

Available in 1.0.0!