Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Fixes a typo and updates WPGraphQL Dad jokes link #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/getting-started/custom-fields-and-meta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Now, we can query the color field on ANY exposed Custom Post Type in our Schema.
}
```

## Register multiple fields, speficying type
## Register multiple fields, specifying type

If instead we want to register multiple fields (in this case blurb and price), but control which Post Types they are exposed to, we could do the following:

Expand Down Expand Up @@ -151,6 +151,6 @@ even connect to any other database, or custom tables, static data, .csv files, e
is really quite expansive.

<Note>
Take a look at the <a href="/docs/extensions/wpgraphql-dad-jokes/">WPGraphQL Dad Jokes</a> extension
Take a look at the <a href="https://github.com/wp-graphql/wp-graphql-dad-jokes">WPGraphQL Dad Jokes</a> extension
for an example of registering fields that resolve data from an external API.
</Note>