the blow query comes back as x2 the values. for example the actual posts.length is 8 but I get 16 in my console.
resolve(
graphql(
` {
allCockpitHello {
edges {
node {
Name {
value
}
cockpitCreated
}
}
}
}
`
).then(result => {
if (result.errors) {
reject(result.errors)
}
// Create blog posts pages.
const posts = result.data.allCockpitHello.edges