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

use changesets, update graphiql, separate graphiql package, support ESM, support graphql v16 #44

Closed
wants to merge 25 commits into from

Conversation

PabloSzx
Copy link
Contributor

@PabloSzx PabloSzx commented Aug 17, 2021

closes #9

includes #43 & #37

@PabloSzx
Copy link
Contributor Author

PabloSzx commented Aug 18, 2021

added and updated #37 🎉 thank you @n1ru4l

@PabloSzx PabloSzx changed the title use changesets, update graphiql, separate graphiql package, support ESM use changesets, update graphiql, separate graphiql package, support ESM, support graphql v16 Aug 26, 2021
graphqlErrors: [new GraphQLError(executionError.message)],
}
);
} catch (executionError: any) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
} catch (executionError: any) {
} catch (executionError: unknown) {

Might be the better default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Consider moving GraphiQL functions to a separate package.
2 participants