Skip to content

Commit 84edb1a

Browse files
authored
docs(README.md): remove minor levels from TOC [ci skip]
1 parent 0c6c7f0 commit 84edb1a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,8 @@ Until that happens, this is probably your best bet!
3030
* [Handling associations being created](#handling-associations-being-created)
3131
* [API](#api)
3232
+ [`refetch(client, typenameOrTerms, [predicate, [idField]])`](#refetchclient-typenameorterms-predicate-idfield)
33-
- [Arguments](#arguments)
34-
* [`client: ApolloClient`](#client-apolloclient)
35-
* [`typenameOrTerms: string | Array`](#typenameorterms-string--array)
36-
* [`predicate: any` (_optional_)](#predicate-any-_optional_)
37-
* [`idField: string` (_optional, default_: `'id'`)](#idfield-string-_optional-default_-id)
3833
+ [`refetch.fetchTypeMetadata(client)`](#refetchfetchtypemetadataclient)
39-
- [Arguments](#arguments-1)
40-
* [`client: ApolloClient`](#client-apolloclient-1)
4134
+ [`refetch.setTypeMetadata(typeMetadataPromise)`](#refetchsettypemetadatatypemetadatapromise)
42-
- [Arguments](#arguments-2)
43-
* [`typeMetadataPromise: TypeMetadata | Promise`](#typemetadatapromise-typemetadata--promise)
4435
+ [`typesQuery`](#typesquery)
4536

4637
## How it works

0 commit comments

Comments
 (0)