Mathias Quintero

Results 50 comments of Mathias Quintero

If this manages to work, we could get rid of `_forEach` and while we're at it I would also get rid of `_fragment`, since we probably can make it work...

You are right. This is not well documented FYI the solution is: ``` graphaello add https://apollo-fullstack-tutorial.herokuapp.com/ --apiName Tutorial ```

Thanks for reporting this. I had no idea. I think we can use CLIKit's `ExecutableFinder.find` like we do here: https://github.com/nerdsupremacist/Graphaello/blob/develop/Sources/Graphaello/Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift#L42 Then we don't have to hardcode any path or have...

Link this to #14 since we could list the url by itself and add the schema in the cache folder

Evaluate writing a mini language for this. ``` project = path/to/project.xcodeproj noCache noFormatting apis { Movies { url = https://tmdb-graph.herokuapp.com headers { Authorization = Bearer bdjfbasdjkfsjdfjdfasdfs } } StarWars {...

Hi! Yes it is supported to some extent. It's not been tested very heavily though. Custom scalars right now are always mapped to String. If you want to use a...

Alright. So this Scalar is definitely not encoded as a string. Not to worry. I'll come up with something for it ;) I think the best way to configure this...

Yes! There is a way to refresh the content. However, I haven't built in any functionality like refreshing every N seconds. You can get a `QueryRefreshController` from the Environment. This...

But I would be into the idea of adding a kind of `RefreshPolicy` modifier to views that are rendering data from GraphQL. Such a `RefreshPolicy` could decide in which scenarios...

For beta.4 I decided to update automatically... But it could use some work