Skip to content

Releases: drizzle-team/drizzle-graphql

Feature: disable mutations on returned schema

17 May 13:15
0029add
Compare
Choose a tag to compare
  • Added ability to disable mutations on returned schema
    ⚠️ : Mutations will still be generated for entities regardless of their inclusion in schema

0.5.0

16 May 13:36
b89f69d
Compare
Choose a tag to compare
  • Changed behaviour with only __typename field selected: uses one random column instead of throwing No columns selected error

0.4.0

13 May 08:40
cff72bd
Compare
Choose a tag to compare
  • Added proper enum support (now drizzle\database enums generate GraphQL enums instead of strings)
  • Added error message when used with outdated versions of drizzle-orm

0.3.6

07 May 06:08
32895a4
Compare
Choose a tag to compare
  • Fixed column selection issues when __typename field is requested

0.3.5

28 Apr 02:08
9a664a0
Compare
Choose a tag to compare
  • Fixed Received empty column selection! on custom-named mutations in PostgreSQL & SQLite

0.3.4

24 Apr 21:02
33e809c
Compare
Choose a tag to compare
  • Fixed argument parsing errors on select queries with customized names

(No code changes) 0.3.3

23 Apr 14:12
ce42680
Compare
Choose a tag to compare
  • Updated package's homepage

0.3.2

21 Apr 14:48
cb87111
Compare
Choose a tag to compare
  • Bumped drizzle-orm peer dependency version to 0.30.9

0.3.0

20 Apr 13:36
70e6be4
Compare
Choose a tag to compare
  • Added missing files
  • Rearranged file structure
  • Remade for current @beta version of drizzle-orm

Added LICENSE file

09 Apr 10:16
41bf1fa
Compare
Choose a tag to compare

No code changes