doc/privacy: recommend using the schema/snapshot flag (#1139)

This commit is contained in:
Ariel Mashraki
2021-01-06 14:31:42 +02:00
committed by GitHub
parent 0118fc698f
commit b67cc9b135

View File

@@ -71,6 +71,9 @@ package ent
//go:generate go run github.com/facebook/ent/cmd/ent generate --feature privacy ./schema
```
It is recommended to add the [`schema/snapshot`](features.md#auto-solve-merge-conflicts) feature-flag along with the
`privacy` to enhance the development experience (e.g. `--feature privacy,schema/snapshot`)
2\. If you are using the configuration from the GraphQL documentation, add the feature flag as follows:
```go