> For the complete documentation index, see [llms.txt](https://docs.fireboom.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fireboom.io/v1.0/jin-jie-gou-zi-ji-zhi/han-shu-gou-zi.md).

# 函数钩子

函数钩子是一种特殊的钩子，功能和 [graphql钩子](/v1.0/jin-jie-gou-zi-ji-zhi/graphql-gou-zi.md)类似，都用于自行定义业务逻辑。

但区别在于，graphql钩子本质上是graphql数据源，将被合并到超图中，然后基于构建的OPERATION，暴露到客户端。

而每个函数钩子都会按照规则，注册对应路由，直接暴露到客户端。
