AbstractQuery

Undocumented

  • init(where:_:for:) Extension method

    Convenience intializer for creating a Query with a QueryOperation. See concrete types Query, FilterQuery, AssetQuery, and QueryOn for more information and example usage.

    Declaration

    Swift

    public init(where name: String, _ operation: QueryOperation, for locale: String? = nil)

    Parameters

    name

    The name of the property you are performing the QueryOperation against. For instance, "sys.id" or "fields.yourFieldName"

    operation

    the QueryOperation

    locale

    An optional locale argument to return localized results. If unspecified, the locale originally set on the Client instance is used.