Graphaello
Graphaello copied to clipboard
A Tool for Writing Declarative, Type-Safe and Data-Driven Applications in SwiftUI using GraphQL
On Apple Silicon brew installs to /opt/homebrew/bin/brew by [default](https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location). This causes [fetchInstalledVersion()](https://github.com/nerdsupremacist/Graphaello/blob/d99814aff1c3089f5a9c42bbfd218cb35c9a05aa/Sources/Graphaello/Commands/checkVersion.swift#L29) to fail.
Is it possible to use custom scalars for Graphql? Is it activated in the project
Hey! Everytime I try to initialize Graphaello, I keep getting this error: - Xcode ver 12.4 - Intel Mac - MacOS Big Sur 11.0.1
`@Binding var someBool: Bool` is generated as `someBool: Bool` instead of `someBool: Binding>`
Hi! Thank you for creating this great library. As I saw int the documentation, with this code there should be autogenerated initializer similar to this `CourseCell(course: PandaEntry.Course)`, but the initializer...
Polling
I was looking at this, and was wondering if there currently is a way to poll a query every N seconds? (E.g. if I display a set of comments, I...
Since our generated code accesses Apollo API it is important that before we generate the code, we make sure that the correct version of Apollo is installed. We could either:...
make a nice promotional website for Graphaello... Include some nice examples (with animations) and documentation on how it all can be used