Closed thompsonsj closed 1 year ago
The schemaCustomizations option doesn't make any sense. export const createSchemaCustomization in gatsby-node on Gatsby installations is the best way to add schema customizations.
schemaCustomizations
export const createSchemaCustomization
gatsby-node
The
schemaCustomizations
option doesn't make any sense.export const createSchemaCustomization
ingatsby-node
on Gatsby installations is the best way to add schema customizations.