KN
Size: a a a
KN
KN
KN
KN
type Article {///
comments: [Comment!]!
}
{
article(id: 23) {
comments { id body createdAt }
}
}
KN
comments
+ id
+ body
+ createdAt
KN
Е
Е
KN
KN
KN
Е
Е
NT
const httpParams = {
uri: `${protocol}//${window.location.hostname}:4000/graphql`,
credentials: 'same-origin'
};
const httpLink = new HttpLink(httpParams);
v
NT
v
NT
NT
A