GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
532 stars 67 forks source link

Scalar customizations #118

Closed NeedleInAJayStack closed 1 year ago

NeedleInAJayStack commented 1 year ago

This allows clients to fully customize the serialize, parseValue, and parseLiteral behavior of a scalar at declaration time. This allows more complex scalars (such as untyped JSON) to be implemented on top of Graphiti.

This repo's needs were a motivation for these changes.

This is a minor version bump

NeedleInAJayStack commented 1 year ago

Hey @paulofaria, any thoughts or concerns about this change?

NeedleInAJayStack commented 1 year ago

Hey @paulofaria, do you have a bit of time for a code review on this?

paulofaria commented 1 year ago

Sorry for the extremely long delay!

NeedleInAJayStack commented 1 year ago

No worries! Thanks Paulo!