From c61e8cee098e465f9a63aeb0527fc8c3837ea17c Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Thu, 14 Dec 2023 13:37:54 +0100 Subject: [PATCH] Adding link to querying an interface --- modules/ROOT/content-nav.adoc | 2 +- modules/ROOT/pages/queries-aggregations/filtering.adoc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index bedb05dc..f16f49fa 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -8,7 +8,7 @@ **** xref:type-definitions/types/scalar.adoc[Scalar] **** xref:type-definitions/types/temporal.adoc[Temporal] **** xref:type-definitions/types/spatial.adoc[Spatial] -**** xref:type-definitions/types/interfaces.adoc[Interface] +**** xref:type-definitions/types/interfaces.adoc[Interfaces] **** xref:type-definitions/types/unions.adoc[Union] **** xref:type-definitions/types/relationships.adoc[] *** xref:type-definitions/directives/index.adoc[] diff --git a/modules/ROOT/pages/queries-aggregations/filtering.adoc b/modules/ROOT/pages/queries-aggregations/filtering.adoc index 9e616560..8e18cd1e 100644 --- a/modules/ROOT/pages/queries-aggregations/filtering.adoc +++ b/modules/ROOT/pages/queries-aggregations/filtering.adoc @@ -211,6 +211,11 @@ query { } ---- +== Querying an interface + +You can use the `_on` argument to filter interfaces. +Refer to xref:type-definitions/types/interfaces.adoc#type-definitions-interfaced-types-querying[Type definitions -> Type -> Interface] for more details and an example. + == Relationship filtering Relationship filtering depends on the type of relationship that you have: