graphql-crystal / graphql

GraphQL server library for Crystal
https://graphql-crystal.github.io/graphql/index.html
MIT License
134 stars 13 forks source link

Fix introspection and apply formatting fixes #47

Closed watzon closed 1 year ago

watzon commented 1 year ago

Closes #45

watzon commented 1 year ago

Looks like it's just failing because of Ameba issues that were there before I made any changes

jgillich commented 1 year ago

Looks good, thanks. The Ameba problems seem to be fixed in the master version, if you don't mind, could you try adding branch: master to the shard.yml?

watzon commented 1 year ago

@jgillich you mean the master branch for ameba?

jgillich commented 1 year ago

Yes.

watzon commented 1 year ago

Doesn't seem to fix the problems for me since most are not_nil! issues, but I'll do it and push anyway

jgillich commented 1 year ago

I'd do it myself but my devcontainer doesn't want to start right now and I'm not sure why 🤔

watzon commented 1 year ago

Looks like we're good!

jgillich commented 1 year ago

Thanks