GraphZahl icon indicating copy to clipboard operation
GraphZahl copied to clipboard

A Framework to implement Declarative, Type-Safe GraphQL Server APIs using Runtime Magic 🎩

Results 16 GraphZahl issues
Sort by recently updated
recently updated
newest added

In the README there's a png that shows that GraphZahl can generate schema documentation for GraphiQL. Now in my project where I'm tinkering a bit with GraphZahl, I'm not using...

enhancement
Type Resolution

This seems like a really niche case, but I encountered it once and it's not very nice. The current workaround is to create an empty subclass instead

Type Resolution

if a method cannot be added due to i.e. a single argument not being resolvable, we should print a warning

Type Resolution

Currently Method dispatching is only written for x86_64. We should also support ARM Processors. Refer to Swifts Docs: https://github.com/apple/swift/blob/master/docs/ABI/RegisterUsage.md

Method Dispatching