Tags: ahmedalhulaibi/graphqlator
Tags
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.
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.
PreviousNext