🛠️
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.