under model mutations the belongTo relationship CRUD field needs a record selector instead of just Create/Update/Delete
mutation createModel {
models {
modelName(create:[{
modelName: {
create: {
belongsTo: {
select:{
{Where Ovj}
}
}
}
}
}]) {
id
}
}
}