Rename plugin semantics #100
Labels
resolvers
Adding functionality on top of the GraphQL schema
sources
Interacting with data sources
transformers
Converting source data to GraphQL data
We should follow a standard pattern for naming of the plugins and their exports. These exports should also be named rather than exported as default so that a standard name is used in our documentation and ecosystem consumption of the plugin
markdownTransformer
exportstransformMarkdown()
resolverSvimg
exportsresolveSvimg()
providerApollo
exportsprovideApollo()
sourceFilesystem
exportssourceFilesystem()
The text was updated successfully, but these errors were encountered: