graphql / graphql/graphql-spec
Consider allowing use of '-' & '/' characters in names, enums if possible
Open
- Dominant language
- JavaScript
- Stars
- 14.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Currently name regex only allows limited characters, it would be good if it can add support for `-` & `/` characters.
```gql
data {
"application/json": "test",
"en-GB": "test",
"C-AR/A": "test value",
"C-U": "test"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.