plugin-graphql
plugin-graphql copied to clipboard
Fix boolean field from not getting pushed when false and implement flat arguments in LIST mode
@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()
Hi. Sorry for the late answer.
Could you rebase to the current master and resolve the conflicts?