Skip to content

Releases: electrovir/prisma-to-graphql

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 16:10
873b658

Previous: v0.2.4
Compare: v0.2.4...v0.3.0

Commits

  • 873b658 (electrovir): [minor] add compileOutput option

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 03 Jan 15:44
0983fa2

Previous: v0.2.3
Compare: v0.2.3...v0.2.4

Commits

  • 0983fa2 (electrovir): [patch] upgrade deps
  • a87e09a (electrovir): [patch] import SchemaOperationTypeNames from prisma-to-graphql directly in generated schema.ts
  • 4268155 (electrovir): [patch] export @prisma-to-graphql/core in both prisma-to-graphql and graphql-fetch packages

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Dec 18:01
fdf5fa5

Previous: v0.2.2
Compare: v0.2.2...v0.2.3

Commits

  • fdf5fa5 (electrovir): [patch] require type parameter input to createGraphqlFetcher

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Dec 16:26
2a50494

Previous: v0.2.1
Compare: v0.2.1...v0.2.2

Commits

  • 2a50494 (electrovir): [patch] export OperationType and allow string operationType input to fetchGraphql

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Dec 20:13
ae67fae

Previous: v0.2.0
Compare: v0.2.0...v0.2.1

Commits

  • ae67fae (electrovir): [patch] only require the parts of fetch that are used
  • 8dad734 (electrovir): [patch] update deps

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 18:55
73dc46d

Previous: v0.1.1
Compare: v0.1.1...v0.2.0

Commits

  • 73dc46d (electrovir): [minor] allow base options to be passed into createGraphqlFetcher
  • 0c6ece3 (electrovir): [dev] try preserving symlinks to fix fetch-graphql test
  • e01a1f1 (electrovir): [dev] include playwright install in test GitHub Actions workflow

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Dec 23:29
bf8265f

Previous: v0.1.0
Compare: v0.1.0...v0.1.1

Commits

  • bf8265f (electrovir): [patch] update deps

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 23:22
78d2cbf
[minor] generate schema TS and JS outputs and add @prisma-to-graphql/…

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Nov 23:03
865db6d
[patch] run CLI with tsx

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Nov 22:29
9292d73
add GraphQL schema generation