Mux EE Module Docs

for ExpressionEngine

GraphQL

GraphQL is supported through Coilpack and Laravel for both the asset and live fieldtypes in entries. For example:

{
  exp_channel_entries(channel: "on_demand") {
    data {
        title
        mux_asset_field {
            name
            filename
            duration
            thumbnail_url
            playback_url
        }
    }
    total
    has_more_pages
  }
}

The properties are identical to the native EE tags. With over 50 parameters, we are not going to list them all again here. Instead, using a GraphQL explorer will show all the types, with descriptions about each parameter.