Max

Results 2 issues of Max

This PR simplifies the code example for the deep-dive section on the Beta docs page ["Manipulating the DOM with Refs"](https://beta.reactjs.org/learn/manipulating-the-dom-with-refs) so that it is easier to see the essence of...

CLA Signed
beta

Generated types through Prisma-bindings 2.0 suggest, that there is a 3d argument to queries: db.query.something(args, info, options). Where options look like this: ``` export interface Options { transforms?: Transform[]; context?:...