Introspection
Subtopics
Like many other programming languages EdgeQL has an
operator that checks whether a given object is an
instance of a particular type. This is a run-time check
and it takes inheritance into consideration. Try
applying it to different Content
objects:
Input
Run
Output Objects
Press the 'Run' button to evaluate the input