RemoteRecordsInterface
Last edit: Nov 10, 2025
No description
interface RemoteRecordsInterface {
remote_records(endpoint: Endpoint!, join_on_property: String!): [Record!]
}
Fields
remote_records (Record)
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