Hello
I want to rename an existing Speckle stream and are using the StreamUpdate
method using the .NET SDK. I suppose the answer will apply for people using GraphQL.
If I for example only provided the id
and name
in my StreamUpdateInput
payload - would that make other properties “fall back” to default values? For example if I had isPublic
set to true
and default value was false
, would it revert that if I didn’t provide it in StreamUpdateInput
?
Thanks as always for your help!
- Thomas