Skip to content

Commit 47ea72c

Browse files
committed
fix up incorrect canonical references
1 parent 8df0781 commit 47ea72c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- checkout
3737
- run: npm version
3838
- run: npm ci
39+
- run: npm run docmodel
3940
- run: npm run build
4041
- run: npm run lint
4142

docs/source/api/core/ApolloClient.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more information on the `defaultOptions` object, see the [Default Options](#
4646
## Types
4747

4848
<InterfaceDetails
49-
canonicalReference="@apollo/client!ApolloClientOptions:interface"
49+
canonicalReference="@apollo/client!ApolloClient.Options:interface"
5050
headingLevel={3}
5151
customPropertyOrder={[
5252
"cache",
@@ -59,7 +59,7 @@ customPropertyOrder={[
5959
]}
6060
/>
6161

62-
<InterfaceDetails canonicalReference="@apollo/client!DefaultOptions:interface" headingLevel={3} />
62+
<InterfaceDetails canonicalReference="@apollo/client!ApolloClient.DefaultOptions:interface" headingLevel={3} />
6363

6464
##### Example `defaultOptions` object
6565

docs/source/api/react/hooks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function WithApolloClient() {
8080
<ManualTupleItem
8181
name="result"
8282
type="QueryResult<TData, TVariables>"
83-
canonicalReference="@apollo/client!QueryResult:interface"
83+
canonicalReference="@apollo/client!ApolloClient.QueryResult:interface"
8484
>
8585
The result of the query. See the `useQuery` hook for more details.
8686
</ManualTupleItem>
@@ -127,7 +127,7 @@ function WithApolloClient() {
127127
<ManualTupleItem
128128
name="result"
129129
type="MutationResult<TData>"
130-
canonicalReference="@apollo/client!MutationResult:interface"
130+
canonicalReference="@apollo/client!ApolloClient.MutateResult:interface"
131131
idPrefix="usemutation-result"
132132
>
133133
The result of the mutation.

0 commit comments

Comments
 (0)