mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-14 18:00:20 +08:00
28 lines
298 B
GraphQL
28 lines
298 B
GraphQL
fragment CardFragment on Card {
|
|
id
|
|
front
|
|
back
|
|
createdAt
|
|
updatedAt
|
|
deck {
|
|
id
|
|
name
|
|
viewerDeckMember {
|
|
role {
|
|
id
|
|
}
|
|
}
|
|
}
|
|
mirrorCard {
|
|
id
|
|
}
|
|
learningState {
|
|
nextDueDate
|
|
streakKnown
|
|
ease
|
|
strength
|
|
stability
|
|
createdAt
|
|
}
|
|
}
|