shahrukh ahmed
04/13/2022, 4:36 PMscalar
means. For example take this sentence.
The following example includes a scalar list and a list of related models:
Austin
04/13/2022, 8:27 PMInt
, String
, Boolean
are all scalar types, but an Author
would not be.
A scalar list would be a list of any of the scalar types, e.g. scores Int[]
.
The full list of scalar types is in our docs.