Li Zhang

Results 5 issues of Li Zhang

I have a custom mutation with the signature `editPerson(personId: Int!, username: String, title: String, email: String): Person` When I attempt to call this ``` gql` mutation ($personId: Int!, $value: String!)...