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

Releases: web-ridge/sqlboiler-graphql-schema

v1.0.5

17 Oct 20:25
Compare
Choose a tag to compare

Fix for web-ridge/gqlgen-sqlboiler#38

Thank @sjhitchner for amazing reproduction case 👌!

  • Added support for non generated relationships
  • Added support for relationships in table where the foreign key is not available in the table itself

v1.0.4

11 May 18:43
Compare
Choose a tag to compare

Changing

input BooleanFilter {
	isTrue: Boolean
	isFalse: Boolean
	isNull: Boolean
}

To

input BooleanFilter {
	equalTo: Boolean
	notEqualTo: Boolean
}

See more info about this change here: web-ridge/gqlgen-sqlboiler#22

v1.0.3

08 May 17:18
Compare
Choose a tag to compare

Fix issue: #5

Upgrade dependencies

07 May 22:41
Compare
Choose a tag to compare
v1.0.2

Go mod tidy

Bugfixes

07 May 22:36
Compare
Choose a tag to compare

Make sure go-pluralize will stay on v0.1.2

Added support for string id's in sqlboiler

07 May 21:18
Compare
Choose a tag to compare
v1.0.0

Fix bug https://github.com/web-ridge/gqlgen-sqlboiler/issues/12\#issu…