issues
search
code-chronicles-code
/
leetcode-curriculum
https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9
stars
12
forks
source link
Support more custom directives in GraphQL patching
#462
Closed
miorel
closed
1 month ago
miorel
commented
1 month ago
We now support:
saying that a string field is actually an enum of a few specific values (e.g. question difficulty)
saying that a field is a "slug" (i.e. a string of alphanumeric elements separated by hyphens)
We now support: