Skip to content

Commit

Permalink
#13088 Adjust PCW schema based on Datasaur version (#45)
Browse files Browse the repository at this point in the history
* comment-out codegen.yml

run fails otherwise

* adjust sample & mapper

* update schema to match

* fix unit test: ProjectSettings mapper

* Handled breaking version for project settings

* rename old version interface

* Update consensus validation for new format

* updated unit test

* Adjusted version parser

* update unit testing

* Update variable names

* Use axios for getting fe config

* fixed logic on parseversion

* changed version to use BE

* use localeCompare to compare versions

* update comparison

* changed default to latest

Co-authored-by: Ivan Marcellino <[email protected]>
  • Loading branch information
michael-jong-ds and ivanm-gdp authored Aug 10, 2022
1 parent add42c4 commit dac549e
Show file tree
Hide file tree
Showing 16 changed files with 17,169 additions and 11,229 deletions.
2 changes: 1 addition & 1 deletion codegen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
overwrite: true
schema: 'http://localhost:8080/graphql'
documents: 'src/**/*.graphql'
# documents: 'src/**/*.graphql'
generates:
src/generated/graphql.ts:
plugins:
Expand Down
Loading

0 comments on commit dac549e

Please sign in to comment.