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.
1 parent 5218b04 commit 3cae4ebCopy full SHA for 3cae4eb
src/pages/lib/graphqlapi/relational/index.mdx
@@ -0,0 +1,12 @@
1
+import ChooseFilterPage from '@/components/ChooseFilterPage';
2
+
3
+import { INTEGRATION_FILTER_OPTIONS } from '@/utils/filter-data.ts';
4
5
+<ChooseFilterPage
6
+ directoryPath="/ChooseFilterPage"
7
+ address="/lib/graphqlapi/query-data"
8
+ filterKind="platform"
9
+ filters={['android']}
10
+ currentFilter="all"
11
+ message={'Choose a platform:'}
12
+/>
0 commit comments