Skip to content
#

typings

Here are 125 public repositories matching this topic...

A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)

  • Updated Apr 20, 2020
  • TypeScript
victorivens05
victorivens05 commented Dec 19, 2019

The first parameter for update is values: object, where anything can be passed as a parameter, as in the line:
https://github.com/types/sequelize/blob/69b371d9dc754d409191556d032dba5aa6f42c53/lib/model.d.ts#L1907

I think it should be values: Partial<M>. That way we could be confident that if we change a parameter in any model, we would see the error, since the value would only accept value

Improve this page

Add a description, image, and links to the typings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typings topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.