Skip to content

Annotate all internal functions with '@internal' #2183

@IvanGoncharov

Description

@IvanGoncharov

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.:

// @internal
export function validateSDL(

Also, it would be great to find all public APIs without JS doc comments.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions