QueryΒΆ

The aiosnow.fields classes provides a set of type-specific methods for creating queries. Calling such a method returns a Condition with the string representation of a ServiceNow sysparm.

Conditions can be chained using bitwise operators for AND, OR and XOR.

Usage