Skip to content

Commit fb35bbf

Browse files
lidiazuinrecrwplaymjfwebbdarrellwarde
authored
Adding link to querying an interface #81 (#82)
* 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]>
1 parent 945ad05 commit fb35bbf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
**** xref:type-definitions/types/scalar.adoc[Scalar]
99
**** xref:type-definitions/types/temporal.adoc[Temporal]
1010
**** xref:type-definitions/types/spatial.adoc[Spatial]
11-
**** xref:type-definitions/types/interfaces.adoc[Interface]
11+
**** xref:type-definitions/types/interfaces.adoc[Interfaces]
1212
**** xref:type-definitions/types/unions.adoc[Union]
1313
**** xref:type-definitions/types/relationships.adoc[]
1414
*** xref:type-definitions/directives/index.adoc[]

modules/ROOT/pages/queries-aggregations/filtering.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ query {
211211
}
212212
----
213213

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+
214219
== Relationship filtering
215220

216221
Relationship filtering depends on the type of relationship that you have:

0 commit comments

Comments
 (0)