uncountable.core.query.builder.QueryBuilder =========================================== .. py:class:: uncountable.core.query.builder.QueryBuilder[QueryRowT: uncountable.core.query.row.QueryRow](client, model) Used in conjunction with the QueryRow and Column classes to fetch structured data from the Uncountable API. Create a QueryBuilder instance from a subclass of QueryRow. Use this to apply filters and fetch structured data. WARNING: This class is in beta and subject to breaking changes. Always check the SDK changelog for breaking changes before updating your SDK version. .. py:method:: all() .. py:method:: filter(*filters) .. py:method:: first() .. py:method:: one() .. py:method:: one_or_none()