Reading the gatsby-source-contentful docs - https://www.gatsbyjs.org/packages/gatsby-source-contentful/ it claims
"When using reference fields, be aware that this source plugin will automatically create the reverse reference. You do not need to create references on both content types."
My model in contentful has a project, which references a workgroup. If the reverse references are created I should be able to query for all the projects from a workgroup but this capability does not seem to be available to me.
Any help much appreciated.