1. 首页
  2. 数据库
  3. 其它
  4. python graphql client:适用于Python 2.7+的简单GraphQL客户端 源码

python graphql client:适用于Python 2.7+的简单GraphQL客户端 源码

上传者: 2021-02-10 04:33:00上传 ZIP文件 3.79KB 热度 15次
python-graphql-client 适用于Python 2.7+的简单GraphQL客户端 安装 pip install graphqlclient 用法 from graphqlclient import GraphQLClient client = GraphQLClient ( 'http://graphql-swapi.parseapp.com/' ) result = client . execute ( ''' { allFilms { films { title } } } ''' ) print ( result ) 授权书 可以使
用户评论