🛠️
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
常见问题
What is GraphQL SDL?
+
What are the main types in GraphQL SDL?
+
What is the difference between Query and Mutation in GraphQL?
+
What does ! mean in GraphQL types?
+
How do I validate a GraphQL schema?
+
Comments & Feedback
Comments are powered by
Giscus
. Sign in with GitHub to leave a comment.