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
Thank you for the great library! I have a question about adding some further custom scalars. I have several use cases where I require scalars for IsDateAfter, IsDateBefore, IsOctal, IsMimeType, etc.
I have custom scalars for these, but I find them cumbersome to plug into my server. I would rather they be in this library. Are you open to PRs for these?
I also see an open issue for a "Scalar type factory" #757. Perhaps it is better to implement this instead of including further scalars in this library? I would like to take a stab at this if it is advisable. This may also lend itself to composing scalars together!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @Urigo,
Thank you for the great library! I have a question about adding some further custom scalars. I have several use cases where I require scalars for
IsDateAfter
,IsDateBefore
,IsOctal
,IsMimeType
, etc.I have custom scalars for these, but I find them cumbersome to plug into my server. I would rather they be in this library. Are you open to PRs for these?
I also see an open issue for a "Scalar type factory" #757. Perhaps it is better to implement this instead of including further scalars in this library? I would like to take a stab at this if it is advisable. This may also lend itself to composing scalars together!
Cheers,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions