drupal-graphql / graphql

GraphQL integration for Drupal 9/10
288 stars 201 forks source link

Graphql query was showing error in drupal after flush all cache #1413

Open pradeepjha7 opened 4 months ago

pradeepjha7 commented 4 months ago

Graphql query was showing error in Drupal after flush all cache. There was not configuration change. Just few new contents are created. When we restore just 30 minutes before backup DB then query was executing fine. Now we are not able to reproduce same error.

Does after flush cache, entire GraphQL schema rebuilds? Reason might be that schema didn't build properly. or any other reason?