plugin-graphql icon indicating copy to clipboard operation
plugin-graphql copied to clipboard

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

Open cwirz opened this issue 4 years ago • 2 comments

cwirz avatar Sep 09 '19 08:09 cwirz

@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()

cwirz avatar Sep 09 '19 10:09 cwirz

Hi. Sorry for the late answer.

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

phortx avatar May 02 '20 20:05 phortx