Skip to content

Commit b3da454

Browse files
committed
Deploy 20220201_075802
1 parent 78f7b8c commit b3da454

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

page-data/postgraphile/enums/page-data.json

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

postgraphile/enums/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</ul></div></div><div class="edit-this-page" style="display:"><a href="https://github.com/graphile/graphile.github.io/edit/develop/src/pages/postgraphile/enums.md">📝 Suggest improvement/edit this page</a></div><h2 class="mt3">Enums</h2><div><p>PostGraphile will automatically map PostgreSQL enums into GraphQL enums; they'll
5454
be automatically renamed in order to make sure they conform to the GraphQL
5555
naming requirements and conventions.</p>
56-
<div class="gatsby-highlight" data-language="sql"><pre class="language-sql"><code class="language-sql"><span class="token keyword">create</span> <span class="token keyword">type</span> animal_type <span class="token keyword">as</span> <span class="token punctuation">(</span>
56+
<div class="gatsby-highlight" data-language="sql"><pre class="language-sql"><code class="language-sql"><span class="token keyword">create</span> <span class="token keyword">type</span> animal_type <span class="token keyword">as</span> <span class="token keyword">enum</span> <span class="token punctuation">(</span>
5757
<span class="token string">'CAT'</span><span class="token punctuation">,</span>
5858
<span class="token string">'DOG'</span><span class="token punctuation">,</span>
5959
<span class="token string">'FISH'</span>

0 commit comments

Comments
 (0)