INTERFACE
RemoteModelInterface
# GraphQL Schema definition
1 interface RemoteModelInterface { 2 # Defines relation object accessible over HTTP in JSON collection identified by 3 # it's ID. 4 # 5 # Arguments 6 # endpoint: Endpoint that will return resources for given ids in 7 # json format 8 # join_on_property: Load remote resource with id == 9 # join_on_property 10 Endpoint!, : String!): Customization ( : 11 }