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
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the latest additions (#34)
* Update publish.yml
* Editorial review of the most recent changes
* reverting changes to partials
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* Add page-aliases for version 4 (#31)
* revert
* Apply suggestions from code review
Co-authored-by: Michael Webb <[email protected]>
---------
Co-authored-by: Neil Dewhurst <[email protected]>
Co-authored-by: Michael Webb <[email protected]>
* Fix scalar description placeholders #38 (#39)
* Editorial review of the most recent changes
* reverting changes to partials
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* fixing note formatting
* Editorial review of the most recent changes
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* Fix scalar description placeholders (#38)
---------
Co-authored-by: Neil Dewhurst <[email protected]>
Co-authored-by: Darrell Warde <[email protected]>
* Editorial review of the most recent changes
* reverting changes to partials
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* Editorial review of the most recent changes
* fixing note formatting
* Add page-aliases for version 4 (#31) (#32)
Co-authored-by: Neil Dewhurst <[email protected]>
* Editorial review of the most recent changes
* Adding link to querying an interface (#81)
* fixing conflict
---------
Co-authored-by: Neil Dewhurst <[email protected]>
Co-authored-by: Michael Webb <[email protected]>
Co-authored-by: Darrell Warde <[email protected]>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/queries-aggregations/filtering.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,11 @@ query {
211
211
}
212
212
----
213
213
214
+
== Querying an interface
215
+
216
+
You can use the `_on` argument to filter interfaces.
217
+
Refer to xref:type-definitions/types/interfaces.adoc#type-definitions-interfaced-types-querying[Type definitions -> Type -> Interface] for more details and an example.
218
+
214
219
== Relationship filtering
215
220
216
221
Relationship filtering depends on the type of relationship that you have:
0 commit comments