Skip to content

Commit 0d547bd

Browse files
committed
Deploy 20230712_163600
1 parent 921e3ca commit 0d547bd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

news/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Graphile News]]></title><description><![CDATA[Community funded open source utilities to build powerful, performant and extensible applications rapidly]]></description><link>https://graphile.org</link><generator>GatsbyJS</generator><lastBuildDate>Wed, 12 Jul 2023 16:34:50 GMT</lastBuildDate><item><title><![CDATA[Step Aside Resolvers: a New Approach to GraphQL Execution]]></title><description><![CDATA[2022-12-07 This week at GraphQL Galaxy, Benjie introduced his
1+
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Graphile News]]></title><description><![CDATA[Community funded open source utilities to build powerful, performant and extensible applications rapidly]]></description><link>https://graphile.org</link><generator>GatsbyJS</generator><lastBuildDate>Wed, 12 Jul 2023 16:36:36 GMT</lastBuildDate><item><title><![CDATA[Step Aside Resolvers: a New Approach to GraphQL Execution]]></title><description><![CDATA[2022-12-07 This week at GraphQL Galaxy, Benjie introduced his
22
vision for a new general-purpose GraphQL execution strategy whose holistic…]]></description><link>https://graphile.org/news/20221208-graphql-galaxy/</link><guid isPermaLink="false">https://graphile.org/news/20221208-graphql-galaxy/</guid><pubDate>Thu, 08 Dec 2022 01:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;em&gt;2022-12-07&lt;/em&gt;&lt;/p&gt;
33
&lt;p&gt;This week at &lt;a href=&quot;https://graphqlgalaxy.com/&quot;&gt;GraphQL Galaxy&lt;/a&gt;, Benjie introduced his
44
vision for a new general-purpose GraphQL execution strategy whose holistic

page-data/postgraphile/usage-schema/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

postgraphile/usage-schema/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ <h3 id="api-createpostgraphileschemapgconfig-schemaname-options"><a href="#api-c
144144
<ul>
145145
<li><strong><code class="language-text">pgConfig</code></strong>: An object or string that will be passed to the [<code class="language-text">pg</code>][]
146146
library and used to connect to a PostgreSQL backend. If you already have a
147-
pool client or a pool instance, when using this function you may instead
148-
pass that pool client or <code class="language-text">pg-pool</code> instance directly instead of a config.</li>
147+
pool client or a pool instance, when using this function you may pass that
148+
pool client or <code class="language-text">pg-pool</code> instance directly instead of a config.</li>
149149
<li><strong><code class="language-text">schemaName</code></strong>: A string which specifies the PostgreSQL schema that
150150
PostGraphile will use to create a GraphQL schema. The default schema is the
151151
<code class="language-text">public</code> schema. May be an array for multiple schemas.</li>

0 commit comments

Comments
 (0)