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
If people want to consume Orchard Core contents from an external project, it would be interesting to provide a Shared library that allows you to specify (in Configuration) the url and may be the OpenId token to provide in order to retrieve some content(s) by alias, by content type or from a query by sending a GraphQL call.
If the content types are declared somewhere (as in Migrations) and shared, they could be deserialized as objects in order to easily access their properties (Parts, Fields, Metadatas) when they are retrieved with a Generic method.
That would be useful in the context of a Blazor project for example.
The text was updated successfully, but these errors were encountered:
If people want to consume Orchard Core contents from an external project, it would be interesting to provide a Shared library that allows you to specify (in Configuration) the url and may be the OpenId token to provide in order to retrieve some content(s) by alias, by content type or from a query by sending a GraphQL call.
If the content types are declared somewhere (as in Migrations) and shared, they could be deserialized as objects in order to easily access their properties (Parts, Fields, Metadatas) when they are retrieved with a Generic method.
That would be useful in the context of a Blazor project for example.
The text was updated successfully, but these errors were encountered: