ToolNext
GraphQL 格式化工具
格式化和美化 GraphQL 查詢語句
收藏
tools.graphql-formatter.formatBtn
tools.graphql-formatter.compressBtn
tools.graphql-formatter.inputLabel
tools.graphql-formatter.clearBtn
query GetUser($id: ID!) { user(id: $id) { id name email posts { id title createdAt } } }
tools.graphql-formatter.outputLabel
工具说明
線上 GraphQL 查詢格式化工具,自動縮排、關鍵字對齊,支援 Query、Mutation、Subscription、Schema 格式化,一鍵複製。
graphql
gql
format
格式化
query
schema