ardatan / graphql-import

Import & export definitions in GraphQL SDL
868 stars 56 forks source link

Bring back a synchronous API #526

Closed dacioromero closed 4 years ago

dacioromero commented 4 years ago

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.

ardatan commented 4 years ago

Available in 1.0.0!