OBJECT

CUSTOMTRANSPORT

link GraphQL Schema definition

  • type CUSTOMTRANSPORT implements TRANSPORT {
  • name: String
  • id: Long
  • # List of receivers, separated by a new line
  • receivers: String
  • # A script that returns the weight of a transport. Greater weight numbers will be
  • # preferred over minor numbers. For a minimum implementation just set the content
  • # to the number itself. If no script is defined, the transport will be rated with
  • # a weight of 0.
  • script: SCRIPT
  • uuid: UUID
  • version: Long
  • }