世界上最伟大的投资就是投资自己的教育

全场限时 5 折


id 997

kennx


11 hours 5 minutes 27 seconds 舵主 研究生


  • 诱人的 GraphQL & React & Apollo 实战视频教程 #5 Root Query
    const graphql = require('graphql');
    
    const { GraphQLObjectType, GraqhQLString, GraqhQLSchema } = require('graphql');
    
    const BookType = new GraphQLObjectType({
      name: "Book",
      field: () => ({
        id: { type: GraqhQLString },
        name: { type: GraqhQLString },
        genre: { type: GraqhQLString }
      })
    })
    

© 汕尾市求知科技有限公司 | Rails365 Gitlab | Qiuzhi99 Gitlab | 知乎 | b 站 | 搜索

粤公网安备 44152102000088号粤公网安备 44152102000088号 | 粤ICP备19038915号

Top