ConstNon-nullable boolean scalar type builder (spec §2.2).
Non-nullable date scalar type builder (spec §2.2).
Non-nullable datetime scalar type builder (spec §2.2).
Non-nullable integer scalar type builder (spec §2.2).
Non-nullable number scalar type builder (spec §2.2).
Non-nullable string scalar type builder (spec §2.2).
Non-nullable time scalar type builder (spec §2.2).
The any field type (spec §3.1).
The seven scalars, plus
any, under one namespace:t.string,t.integer, ...,t.any. Each scalar is ready to use directly as a field's type, e.g.field("name", t.string).