Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 20, 2022
1 parent a690aa6 commit 7cd64f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/handlers/openapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We use `operationId` for the names, and aim to keep it as close as possible to o
### Type naming

We adjust `operationId` only when necessary according to the GraphQL spec:
- Chars ` ` (white space), `.`, `/` and `-` are replaced with `_` (underscore)
- Chars ` ` (white space), `.`, `/`, `:` and `-` are replaced with `_` (underscore)
- Other chars which are not latin/digits are replaced with their char codes
- If first char of the name is a digit, we prefix it with `_` (GraphQL spec doesn’t allow that)

Expand Down

0 comments on commit 7cd64f2

Please sign in to comment.