OBJECT
CUSTOMTRANSPORT
link GraphQL Schema definition
- type CUSTOMTRANSPORT implements TRANSPORT {
- : String
- : Long
- # List of receivers, separated by a new line
- : 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
- : UUID
- : Long
- }