You can run a schema {} query (docs) to programmatically get the schema for your type which you can then use to update your schema as needed.
The schema is declarative, so there’s no way to “append” updates to your schema. If you want to add or remove fields, apply the new schema as you want it to be. Dgraph figures out what to add or remove.