How to create a custom field in a model via write API

How to create a custom field(with default value, maybe hidden) in any model via write API.

Hi @soumya you can absolutely update model schemas, though you would not handle this through the Write API.

The best way to update models with an API is through the Admin API utilizing updateModel

You can find more documentation on our Admin API below:

And our Admin API Explorer here: GraphQL Playground

We are in the process of updating our documentation and reviewing our APIs so please let us know if you encounter any issues or have feedback!