You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we removed the RecipeResource class, we need to add substitutable to ResourceSpecification. It is a boolean, but also needs to be optional (like null or whatever holochain uses). There isn't a logical default really.
It also then needs to be added to the graphql layer - both create and update.
The text was updated successfully, but these errors were encountered:
Since we removed the RecipeResource class, we need to add
substitutable
to ResourceSpecification. It is a boolean, but also needs to be optional (like null or whatever holochain uses). There isn't a logical default really.It also then needs to be added to the graphql layer - both create and update.
The text was updated successfully, but these errors were encountered: