Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Oct 26, 2023
1 parent 0f6ea4f commit b04d3a1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,12 @@ export const MyChannelsPlugin = makeExtendSchemaPlugin((build) => {
});
```

:::info
:::note

Notice `Channel` type used in the `typeDefs` for `channels` table, this is automatically created by `postgraphile` while introspecting the database. [Read more on the artifacts that are created for each database table here.](https://postgraphile.org/postgraphile/next/tables)
The `Channel` type used in the `typeDefs` above is the type that PostGraphile
generated automatically for the `channels` table. See
[Tables](/postgraphile/next/tables) for more on the artifacts generated for each
database table.

:::

Expand Down

0 comments on commit b04d3a1

Please sign in to comment.