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