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 842b8bb commit f135af6Copy full SHA for f135af6
website/src/pages/en/subgraphs/querying/graphql-api.mdx
@@ -234,8 +234,8 @@ The following example filters for challenges with `outcome` `succeeded` and `num
234
}
235
```
236
237
-> **Syntactic sugar:** You can simplify the above query by removing the `and` operator by passing a sub-expression separated by commas.
238
->
+**Syntactic sugar:** You can simplify the above query by removing the `and` operator by passing a sub-expression separated by commas.
+
239
> ```graphql
240
> {
241
> challenges(where: { number_gte: 100, outcome: "succeeded" }) {
0 commit comments