GraphQL API (Gateway)TypesObjectsMediaOn this pageMediaA Media file. type Media implements Node { id: UUID! path: String!} Fields Media.id ● UUID! non-null scalar The ID of the node. Media.path ● String! non-null scalar Pre-signed path for the media. Interfaces Node interface An object with an ID. Member Of MediaConnection object