yuki24 / artemis

Ruby GraphQL client on Rails that actually makes you more productive
MIT License
207 stars 14 forks source link

Avoid crashing when config/graphql.yml not exist #76

Closed dlackty closed 4 years ago

dlackty commented 4 years ago

Though #47 added a check for file existence, the app will still fail to boot if preload is enabled. This PR addresses this issue and add a test case for this scenario.

yuki24 commented 4 years ago

Thank you!