Skip to content

fix(server): use appropriate inputs for GraphQL mutations

Jure requested to merge fix_teams into master

Instead of using JSON.stringified strings, this uses the built-in model-specific inputs.

BREAKING CHANGE: Inputs are no longer strings, they are now objects.

fix #418 (closed)

Merge request reports