ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
5.25k stars 744 forks source link

Add `IntervalType` for NodaTime #6952

Closed atrauzzi closed 8 months ago

atrauzzi commented 8 months ago

Product

Hot Chocolate

Is your feature request related to a problem?

I see there are a lot of built-in types for NodaTime, but Interval is missing amongst them.

The solution you'd like

Would like to see IntervalType added :slightly_smiling_face:

michaelstaib commented 8 months ago

At the moment we do not add any more scalars. We already maintain to many for our bandwith. You can do that in your project as a custom scalar or create a new OSS project for your specific needs.

atrauzzi commented 7 months ago

@michaelstaib - I don't feel it's so much "new" as just completing the nodatime offering that HC already has?