We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a410b + a56bb61 commit 38534e4Copy full SHA for 38534e4
README.md
@@ -60,6 +60,7 @@ client
60
.get({
61
endpoint: 'endpoint',
62
queries: { limit: 20, filters: 'createdAt[greater_than]2021' },
63
+ useGlobalDraftKey: false, // This is an option if your have set the globalDraftKey. Default value true.
64
})
65
.then((res) => console.log(res))
66
.catch((err) => console.log(err));
0 commit comments