graphql / graphql/graphql-spec

Consider allowing use of '-' & '/' characters in names, enums if possible

Open
#779 6 comments 6 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.