graphql通信流程

1、PC發送請求會被graphql解析,根據Query/Mutation中映射關係找到對應的resolver; 2、路由將數據傳遞到對應的resolver,resolver調用對應的connector進行處理; 3、connector調用model進行數據庫處理
相關文章
相關標籤/搜索