Type alias paginateSamplesQuery$data
paginateSamplesQuery$data: {
samples: {
edges: ReadonlyArray<{
cursor: string;
node: {
__typename: "ImageSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "PointCloudSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "ThreeDSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "VideoSample";
aspectRatio: number;
frameNumber: number;
frameRate: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "%other";
};
}>;
pageInfo: {
hasNextPage: boolean;
};
};
}
Type declaration
-
Readonly
samples: {
edges: ReadonlyArray<{
cursor: string;
node: {
__typename: "ImageSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "PointCloudSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "ThreeDSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "VideoSample";
aspectRatio: number;
frameNumber: number;
frameRate: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "%other";
};
}>;
pageInfo: {
hasNextPage: boolean;
};
}
-
Readonly
edges: ReadonlyArray<{
cursor: string;
node: {
__typename: "ImageSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "PointCloudSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "ThreeDSample";
aspectRatio: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "VideoSample";
aspectRatio: number;
frameNumber: number;
frameRate: number;
id: string;
sample: object;
urls: ReadonlyArray<{
field: string;
url: string | null;
}>;
} | {
__typename: "%other";
};
}>
-
Readonly
pageInfo: {
hasNextPage: boolean;
}
-
Readonly
hasNextPage: boolean