JsonbFilter
Last edit: Oct 26, 2022
No description
type JsonbFilter {
attribute: JsonbAttributeFilter
attributes: [JsonbAttributeFilter!]
contains: String
exclude: Boolean
has_key: String
}
Fields
attribute
(JsonbAttributeFilter
)
Filter by attribute key and value. Works for one level attributes
attributes
(JsonbAttributeFilter
)
Filter by attributes - key and value. Works for one level attribute
contains
(String
)
Filter metadata that contains part of the text
exclude
(Boolean
)
Exclude matched resources from results
has_key
(String
)
Filter resources that have certain key in metadata