Hello,
We envision to implement a versioning based on minor and major version of our data models.
So a data model version will be presented with two digits: <Major>.<Minor>
<Major>: incremented when we do a breaking change that is not backward compatible with the previous one and we know that it will break our consumers queries. Exp: delete an attribute in a view in the data model
<Minor>: incremented when we do a change that is backward compatible and consumer queries will not break. Exp: add a new field.
Is there a way to get a graphql url that maps always to the latest minor version of a given data model?
This will avoid our data model consumers to redeploy their application every time we increment our minor version.
Thank you!
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support