in src/templates/Contributors.js [10:21]
allMarkdownRemark(filter: {fields: {category: {eq: "contributors"}}}) {
edges {
node {
...Contributor
frontmatter {
avatar {
...AvatarMedium
}
}
}
}
}