You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/python-sdk/guides/query_data.mdx
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,7 @@ The `get` and `filters` query methods allow you to use filters. Filters specify
19
19
20
20
### Discovering available filters
21
21
22
-
The easiest way to discover the available filters for a kind of node is by querying the schema.
23
-
24
-
<TabsgroupId="async-sync">
25
-
<TabItemvalue="Async"default>
26
-
27
-
```python
28
-
tag_schema =await client.schema.get("BuiltinTag")
29
-
print(tag_schema.filters)
30
-
```
31
-
32
-
</TabItem>
33
-
<TabItemvalue="Sync">
34
-
35
-
```python
36
-
tag_schema = client.schema.get("BuiltinTag")
37
-
print(tag_schema.filters)
38
-
```
39
-
40
-
</TabItem>
41
-
</Tabs>
22
+
The easiest way to discover the available filters for a kind of node is by opening the GraphQLi Explorer in the GraphQL sandbox. Under each GraphQL query you will find the available filters.
0 commit comments