Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Fix type for extensions option #629

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

danielrearden
Copy link
Collaborator

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.88% when pulling 441ec91 on danielrearden:fix-extensions into 4403bfc on graphql:master.

@IvanGoncharov IvanGoncharov added the PR: bug fix 🐞 requires increase of "patch" version number label Jun 10, 2020
@IvanGoncharov IvanGoncharov merged commit 3c26db7 into graphql:master Jun 10, 2020
@danielrearden danielrearden deleted the fix-extensions branch June 10, 2020 11:17
extensions?: (info: RequestInfo) => { [key: string]: mixed, ... },
extensions?: (
info: RequestInfo,
) => { [key: string]: mixed, ... } | Promise<{ [key: string]: mixed, ... }>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielrearden Suggestion (to make my life easier): It would be great if you use references to code that motivated the change, in this case:

const extensionsObj = await extensionsFn({

Not essential but it will save me from figuring out where to find matching code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR: bug fix 🐞 requires increase of "patch" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants