RemoteModelInterface
Last edit: Nov 10, 2025
No description
interface RemoteModelInterface {
remote_model(endpoint: Endpoint!, join_on_property: String!): Customization
}
Fields
remote_model (Customization)
Defines relation object accessible over HTTP in JSON collection identified by it's ID.
-
endpoint(Endpoint)
Endpoint that will return resources for given ids in json format
-
join_on_property(String)
Load remote resource with id == join_on_property