| Python | GraphQL |
|---|---|
int | Int |
float | Float |
str | String |
bool | Boolean |
ID is available as an explicit GraphQL scalar. NonNull(type_) and
ListType(type_) are low-level wrappers used by the internal type model and advanced
schema construction.
In decorated Python definitions, prefer annotation syntax: