8000 Tags · ahmedalhulaibi/graphqlator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ahmedalhulaibi/graphqlator

Tags

v0.4.0

Toggle v0.4.0's commit message
release: 0.4.0 - Graphqlator can now generate usable CRUD

Graphqlator will now generate Get, GetAll (without associations), Create, Update, Delete

v0.3.15-alpha

Toggle v0.3.15-alpha's commit message
release v0.3.15-alpha - Generates graphql Get query and Create mutation

- This release is incremental towards generating usable queries and mutations
- The generated code now includes a true usable Get and Create
- The generated code makes an attempt to support GORM errors by providing the
last error returned

There have been many changes made in vendor/substance to support the upcoming feature to generate gqlgen schema.
Generating usable GORM CRUD interfaces is planned to be completed in vendor/substance before support for gqlgen can be added as this will inform how the schema.graphql is generated.

v0.3.14-alpha

Toggle v0.3.14-alpha's commit message
release: v0.3.14-alpha

This version of graphqlator will now produce the same exact source code across multiple runs.

The generated code previously may have had the same content, but sections of code may have shifted up or down a file. This was due to vendor/substance use of maps. vendor/substance has been updated to handle this.

By having the code generated with the exact same ordered layout this will improve integration with SCM tools such as Git by avoiding unnecessary refactor commits.

v0.3.13-alpha

Toggle v0.3.13-alpha's commit message
fix: print version number

v0.3.12-alpha

Toggle v0.3.12-alpha's commit message
release: v0.3.12-alpha

v0.3.11-alpha

Toggle v0.3.11-alpha's commit message
refactor: update vendor/substance

v0.3.10-alpha

Toggle v0.3.10-alpha's commit message
chore: Update version.go with v0.3.10-alpha

v0.3.9-alpha

Toggle v0.3.9-alpha's commit message
fix: Update vendor/substance to warn when table not found in ResolveR…

…elationshipsFunc

v0.3.8-alpha

Toggle v0.3.8-alpha's commit message
fix: Update all flag incorrectly set

v0.3.7-alpha

Toggle v0.3.7-alpha's commit message
dep update substance pkg

0