apollographql / apollographql/federation
GraphQLDataSourceRequestKind should be exported
Open
component/gateway runtime
- Dominant language
- TypeScript
- Stars
- 725
- Forks
- 276
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
To check if GraphQLDataSourceProcessOptions is of kind INCOMING_OPERATION or of type HEALTH_CHECK or LOADING_SCHEMA the enum GraphQLDataSourceProcessOptions should be exported for other modules. Please add the export to `datasource\index.ts`
Contributor guide
Research direction
Open `datasource/index.ts` and locate the GraphQLDataSourceProcessOptions enum. Export it so other modules can inspect whether a request is an incoming operation, health check, or schema loading request; done means the enum is publicly available from that module.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100