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

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
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Consider moving GraphiQL functions to a separate package.
2 participants