Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new 'FormattedExecutionResult' type #2688

Merged
merged 1 commit into from Jul 5, 2020

Conversation

IvanGoncharov
Copy link
Member

No description provided.

@IvanGoncharov IvanGoncharov added the PR: feature 🚀 requires increase of "minor" version number label Jul 5, 2020
@IvanGoncharov IvanGoncharov merged commit 0c66053 into graphql:master Jul 5, 2020
@IvanGoncharov IvanGoncharov deleted the pr_branch branch July 5, 2020 18:57
IvanGoncharov added a commit that referenced this pull request Jul 6, 2020
@@ -8,6 +8,11 @@ export {
defaultFieldResolver,
defaultTypeResolver,
} from './execute';
export type { ExecutionArgs, ExecutionResult } from './execute';

export type {

Choose a reason for hiding this comment

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

I'm curious, why do these types need to be exported from index.js if they are already exported from index.d.ts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants