Overview
NetlifyConnector
provides different methods to help you create a connector within your integration.
Method | Description |
---|---|
defineOptions() | Used to define the configuration options your connector will expose in the Netlify UI. |
event() | (deprecated) Use sync() instead. |
init() | Used to initialize your connector. |
model() | Used to define your data model. |
proxySchema() | Used to define a dynamic connector that builds a GraphQL schema using @graphql-tools modules. |
sync() | Used to define what happens on initial and subsequent data syncs. |