OBJECT
ServiceOrionMedia
A Media attached to a Service
link GraphQL Schema definition
- type ServiceOrionMedia {
- # Id
- : Int!
- # Service linked to the Media
- : ServiceOrion!
- # Media linked to the Service
- : Media!
- # Order of display
- : Int!
- }
OBJECT
A Media attached to a Service
- type ServiceOrionMedia {
- # Id
- : Int!
- # Service linked to the Media
- : ServiceOrion!
- # Media linked to the Service
- : Media!
- # Order of display
- : Int!
- }