AM
Size: a a a
AM
MS
NP
P@
NP
NP
ДС
Notification который в случае любой ошибки от сервера выводит текст ошибки в нижнем правом углу страницы. Я переписываю приложение под взаимодействие с graphql используя apollo. Мне не хочется в каждом рендере любого компонента обрабатывать error из useQuery и выводить Notification. Как определить это в одном месте глобально? Подскажите пожалуйста куда копать. Спасибо!EK
SN
in: […]? or, кажется дико кривым:graphqlOperation(listReviews, {
filter: {
or: ids.map(id => ({fileId: {eq: id}}))
}
})EK
PageInfo типе поля startCursor и endCursor являются обязательными. startCursor and endCursor must be the cursors corresponding to the first and last nodes in edges, respectively.fe
PageInfo типе поля startCursor и endCursor являются обязательными. startCursor and endCursor must be the cursors corresponding to the first and last nodes in edges, respectively.A1
EK
fe
fe
PageInfo типе поля startCursor и endCursor являются обязательными. startCursor and endCursor must be the cursors corresponding to the first and last nodes in edges, respectively.fe
EK
EK
/learn/pagination endCursor сделан nullable, но там ни слова о том, что по спеке релэя.A1
EK