IA
Как поставить
limit
равный 10 по-умолчанию?type Query {
articles(limit: Int): Article
}
Size: a a a
IA
limit
равный 10 по-умолчанию?type Query {
articles(limit: Int): Article
}
KL
NK
U
IA
g
II
II
S
IA
P@
s
U
s
g
ЮВ
AK
type Car {
id: ID! @unique
type: String!
name: String
translatedNames: [TranslatedName]
image: Image
birthplace: Birthplace
productionText: String
marketText: String
}
input CreateCarInput {
id: ID! @unique
type: String!
name: String
translatedNames: [TranslatedName]
image: Image
birthplace: Birthplace
productionText: String
marketText: String
}
input UpdateCarInput {
id: ID! @unique
type: String!
name: String
translatedNames: [TranslatedName]
image: Image
birthplace: Birthplace
productionText: String
marketText: String
}
AK
U
AK