MediaImageSource: {
    __typename?: "MediaImageSource";
    height?: Maybe<Scalars["Int"]>;
    id?: Maybe<Scalars["String"]>;
    type: Scalars["String"];
    url: Scalars["String"];
    width?: Maybe<Scalars["Int"]>;
}

An source for a media image

Type declaration

  • Optional __typename?: "MediaImageSource"
  • Optional height?: Maybe<Scalars["Int"]>

    The height of the media

  • Optional id?: Maybe<Scalars["String"]>

    A optional identifier for the source

  • type: Scalars["String"]

    The content-type of the media source

  • url: Scalars["String"]

    The URL to the media source

  • Optional width?: Maybe<Scalars["Int"]>

    The width of the media

Generated using TypeDoc