diff --git a/docs/docs/python-sdk/guides/query_data.mdx b/docs/docs/python-sdk/guides/query_data.mdx index 5b83f84d..4f3116a0 100644 --- a/docs/docs/python-sdk/guides/query_data.mdx +++ b/docs/docs/python-sdk/guides/query_data.mdx @@ -19,26 +19,7 @@ The `get` and `filters` query methods allow you to use filters. Filters specify ### Discovering available filters -The easiest way to discover the available filters for a kind of node is by querying the schema. - - - - - ```python - tag_schema = await client.schema.get("BuiltinTag") - print(tag_schema.filters) - ``` - - - - - ```python - tag_schema = client.schema.get("BuiltinTag") - print(tag_schema.filters) - ``` - - - +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. ### Attribute filters