Releases: drizzle-team/drizzle-graphql
Releases · drizzle-team/drizzle-graphql
Feature: disable mutations on returned schema
- Added ability to disable mutations on returned schema
⚠️ : Mutations will still be generated for entities regardless of their inclusion in schema
0.5.0
- Changed behaviour with only
__typename
field selected: uses one random column instead of throwingNo columns selected
error
0.4.0
- 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
- Fixed column selection issues when
__typename
field is requested
0.3.5
- Fixed
Received empty column selection!
on custom-named mutations in PostgreSQL & SQLite
0.3.4
- Fixed argument parsing errors on select queries with customized names
(No code changes) 0.3.3
- Updated package's homepage
0.3.2
- Bumped
drizzle-orm
peer dependency version to0.30.9
0.3.0
- Added missing files
- Rearranged file structure
- Remade for current
@beta
version ofdrizzle-orm
Added LICENSE file
No code changes