fix: export GraphQLResponse
type as part of the public API (#636)
#226
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: trunk | |
on: | |
push: | |
branches: [main] | |
jobs: | |
release-canary: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: prisma-labs/dripip@master | |
with: | |
npmToken: ${{secrets.NPM_TOKEN}} | |
githubToken: ${{secrets.GITHUB_TOKEN}} |