INTERFACE

TRANSPORT

link GraphQL Schema definition

  • interface TRANSPORT {
  • name: String
  • id: Long
  • # 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
  • }