Pete Shaw

Results 2 issues of Pete Shaw

When running the ppx on this mutation ```rescript module AddEntry = %graphql(` mutation addEntry($body: String! @encrypted) { insert_entries_one(object: { body: $body}) { id body } } `) ``` I get...

Our API validates requests as a whole using JSON schema and returns a list of issues that we would like to update the form state with. The schema includes more...