Skip to content

Commit dc61ac9

Browse files
author
Travis CI User
committed
Fixes from CI
1 parent fb3e8b5 commit dc61ac9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ const matchingUserResolver = async (parent, args, context, resolveInfo) => {
293293
#### QueryBuilder
294294

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

0 commit comments

Comments
 (0)