mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
13 lines
374 B
Text
13 lines
374 B
Text
|
|
mutation @transaction {
|
||
|
|
movie_insertMany(
|
||
|
|
data: [
|
||
|
|
{
|
||
|
|
id: "550e8400-e29b-41d4-a716-446655440000",
|
||
|
|
title: "Quantum Paradox",
|
||
|
|
imageUrl: "https://firebasestorage.googleapis.com/v0/b/fdc-web-quickstart.appspot.com/o/movie%2Fquantum_paradox.jpeg?alt=media&token=4142e2a1-bf43-43b5-b7cf-6616be3fd4e3",
|
||
|
|
genre: "sci-fi"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
)
|
||
|
|
}
|