ImageSetFragment: {
    __typename: "ImageSet";
    medium: ImageFragment | null;
    optimized: ImageFragment | null;
    raw: ImageFragment;
    small: ImageFragment | null;
}

Type declaration