-
Couldn't load subscription status.
- Fork 2.1k
Labels
Description
Even though some functions are expored from src/**/*.js files they are private.
The only function exported by src/index.js and src/*/index.js are considered to be part of the public API. Please see:
https://github.com/graphql/graphql-js/blob/master/src/README.md
It would be great to have all private API marked as such, e.g.:
graphql-js/tstypes/validation/validate.d.ts
Lines 32 to 33 in 6f341a3
| // @internal | |
| export function validateSDL( |
Also, it would be great to find all public APIs without JS doc comments.
n1ru4l