You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for getting custom types in so quickly!
I was wondering if you could extend your built-in Time scalar to support more formats similar to the one in neelance's library.
Not sure if there was a particular reason or not you didn't want to do this. If your ok with this I can open an MR for it.
ya thats exactly what im doing, right now. As for my own use case it would just make it so I don't need to implement it myself. But if you prefer it to be strict thats also ok in my book.
I have the times stored as integers in the DB (thats how I get them) but going out through graph I prefer it to be the RFC3339 string so thats why this would work better for me.
Hey, thanks for getting custom types in so quickly!
I was wondering if you could extend your built-in Time scalar to support more formats similar to the one in neelance's library.
Not sure if there was a particular reason or not you didn't want to do this. If your ok with this I can open an MR for it.
From neelance/graphql-go
The text was updated successfully, but these errors were encountered: