Skip to content

Commit fb3e8b5

Browse files
authored
Update link to pg-sql2 (#272)
Was linking to the old repo
1 parent a95ded1 commit fb3e8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/postgraphile/make-extend-schema-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const matchingUserResolver = async (parent, args, context, resolveInfo) => {
294294

295295
`queryBuilder` is an instance of `QueryBuilder`, a helper that uses an SQL AST
296296
constructed via
297-
[`pg-sql2` methods](https://github.com/graphile/pg-sql2/blob/master/README.md)
297+
[`pg-sql2` methods](https://www.npmjs.com/package/pg-sql2#api)
298298
to dynamically create powerful SQL queries without risking SQL injection
299299
attacks. The `queryBuilder` has a number of methods which affect the query which
300300
will be generated. The main ones you're likely to want are:

0 commit comments

Comments
 (0)