mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
9 lines
332 B
GraphQL
9 lines
332 B
GraphQL
"Represents the association between a studio and an image."
|
|
type StudioImage {
|
|
studio: Studio!
|
|
image: Image!
|
|
"The date that the resource was created"
|
|
createdAt: DateTimeTz @rename(attribute: "created_at")
|
|
"The date that the resource was last modified"
|
|
updatedAt: DateTimeTz @rename(attribute: "updated_at")
|
|
} |