Mongo db връща стойност null в масив от низове graphql

Примерен код

0
0

mongo db връща стойност null в масив от низове graphql

// Using the same query as aboveconst result = await client.query({ query: query });if (result.data.restaurants) {  result.data.restaurants.forEach(restaurant => {    if (restaurant) {      console.log(restaurant.name);      console.log(restaurant.location.address);    }  });}

Подобни страници

Подобни страници с примери

На други езици

Тази страница на други езици

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Íslensk
..................................................................................................................