instances
Last updated
Was this helpful?
Last updated
Was this helpful?
instances
returns all the of the type(s) specified. It should be used in combination with or . Like other declarations, an optional where clause is also supported.
This will give you all instances that are of the type Person and have the AccountHolder.
This will give you all instances that are of the type Person that have the first_name
Thorben.