🛠️
Tools
Shed
開発者
単位変換
テキスト
財務
健康
時間
数学
イメージ
セキュリティ
ネットワーク
デザイン
データ
English
日本語
한국어
中文
Español
Português
Français
Deutsch
Русский
Italiano
Türkçe
Indonesia
ホーム
/
データツール
/
GraphQLスキーマフォーマッター
GraphQLスキーマフォーマッター
GraphQLスキーマ定義をフォーマット・整形します。
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.