🛠️
Tools
Shed
开发者
单位换算
文本
金融
健康
时间
数学
图片
安全
网络
设计
数据
English
日本語
한국어
中文
Español
Português
Français
Deutsch
Русский
Italiano
Türkçe
Indonesia
首页
/
数据工具
/
GraphQL Schema 格式化工具
GraphQL Schema 格式化工具
格式化和美化 GraphQL schema 定义。
Indent Size
2 spaces
4 spaces
GraphQL Schema (SDL)
type Query { user(id: ID!): User users: [User!]! } type User { id: ID! name: String! email: String! posts: [Post!]! } type Post { id: ID! title: String! content: String author: User! createdAt: String! }
GraphQL Schema (SDL)
Format
常见问题
什么是GraphQL SDL?
+
GraphQL SDL中的主要类型有哪些?
+
GraphQL中Query和Mutation有什么区别?
+
GraphQL类型中的!是什么意思?
+
如何验证GraphQL模式?
+
Comments & Feedback
Comments are powered by
Giscus
. Sign in with GitHub to leave a comment.