Skip to content

Fix boolean field from not getting pushed when false and implement flat arguments in LIST mode#122

Open
cwirz wants to merge 14 commits into
vuex-orm:masterfrom
cwirz:master
Open

Fix boolean field from not getting pushed when false and implement flat arguments in LIST mode#122
cwirz wants to merge 14 commits into
vuex-orm:masterfrom
cwirz:master

Conversation

@cwirz
Copy link
Copy Markdown
Contributor

@cwirz cwirz commented Sep 9, 2019

No description provided.

@cwirz cwirz changed the title Fix boolean field from not getting pushed when false Fix boolean field from not getting pushed when false and implement flat arguments in LIST mode Sep 9, 2019
@cwirz
Copy link
Copy Markdown
Contributor Author

cwirz commented Sep 9, 2019

@phortx not sure how to update the tests when your api does not support InputTypes like: updatePost(id: ID!, post: PostInput!): Post! but rather updatePost(id: ID!, content: String!): Post! this should change when ArgumentMode is LIST when doing post.$push()

Dont allow fields to be pushed that are not present in the schema
Reject the schema load when something is going wrong with the request
and reset schemaWillBeLoaded to undefined
@phortx
Copy link
Copy Markdown
Collaborator

phortx commented May 2, 2020

Hi. Sorry for the late answer.

Could you rebase to the current master and resolve the conflicts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants