mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 20:51:21 +08:00
website: add search data. #105 b034d7970d
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
<p>这份快速参考备忘单提供了 <a href="https://graphql.org/">GraphQL</a> 的简要概述</p>
|
||||
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
|
||||
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
|
||||
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" href="#概述">概述</a><a aria-hidden="true" class="leve3 tocs-link" href="#schema">Schema</a><a aria-hidden="true" class="leve3 tocs-link" href="#内置标量类型">内置标量类型</a><a aria-hidden="true" class="leve3 tocs-link" href="#类型定义">类型定义</a><a aria-hidden="true" class="leve3 tocs-link" href="#类型修饰符">类型修饰符</a><a aria-hidden="true" class="leve3 tocs-link" href="#输入参数">输入参数</a><a aria-hidden="true" class="leve4 tocs-link" href="#基本输入">基本输入</a><a aria-hidden="true" class="leve4 tocs-link" href="#输入默认值">输入默认值</a><a aria-hidden="true" class="leve4 tocs-link" href="#具有多个参数的输入">具有多个参数的输入</a><a aria-hidden="true" class="leve4 tocs-link" href="#具有多个参数和默认值的输入">具有多个参数和默认值的输入</a><a aria-hidden="true" class="leve3 tocs-link" href="#输入类型">输入类型</a><a aria-hidden="true" class="leve3 tocs-link" href="#自定义标量">自定义标量</a><a aria-hidden="true" class="leve3 tocs-link" href="#接口">接口</a><a aria-hidden="true" class="leve3 tocs-link" href="#联合">联合</a><a aria-hidden="true" class="leve3 tocs-link" href="#枚举">枚举</a><a aria-hidden="true" class="leve2 tocs-link" href="#查询和变更mutations">查询和变更(Mutations)</a><a aria-hidden="true" class="leve3 tocs-link" href="#字段">字段</a><a aria-hidden="true" class="leve3 tocs-link" href="#查询可以有注释">查询可以有注释</a><a aria-hidden="true" class="leve3 tocs-link" href="#参数-arguments">参数 Arguments</a><a aria-hidden="true" class="leve3 tocs-link" href="#不同类型的参数">不同类型的参数</a><a aria-hidden="true" class="leve3 tocs-link" href="#别名aliases">别名(Aliases)</a><a aria-hidden="true" class="leve3 tocs-link" href="#片段fragments">片段(Fragments)</a><a aria-hidden="true" class="leve3 tocs-link" href="#在片段内使用变量">在片段内使用变量</a><a aria-hidden="true" class="leve3 tocs-link" href="#操作名称operation-name">操作名称(Operation name)</a><a aria-hidden="true" class="leve3 tocs-link" href="#变量variables">变量(Variables)</a><a aria-hidden="true" class="leve3 tocs-link" href="#默认变量default-variables">默认变量(Default variables)</a><a aria-hidden="true" class="leve3 tocs-link" href="#指令directives">指令(Directives)</a><a aria-hidden="true" class="leve3 tocs-link" href="#变更mutations">变更(Mutations)</a><a aria-hidden="true" class="leve3 tocs-link" href="#内联片段inline-fragments">内联片段(Inline Fragments)</a><a aria-hidden="true" class="leve3 tocs-link" href="#元字段meta-fields">元字段(Meta fields)</a><a aria-hidden="true" class="leve2 tocs-link" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
|
||||
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#概述">概述</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#schema">Schema</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#内置标量类型">内置标量类型</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#类型定义">类型定义</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#类型修饰符">类型修饰符</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#输入参数">输入参数</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#基本输入">基本输入</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#输入默认值">输入默认值</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#具有多个参数的输入">具有多个参数的输入</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#具有多个参数和默认值的输入">具有多个参数和默认值的输入</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#输入类型">输入类型</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#自定义标量">自定义标量</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#接口">接口</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#联合">联合</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#枚举">枚举</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#查询和变更mutations">查询和变更(Mutations)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#字段">字段</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#查询可以有注释">查询可以有注释</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#参数-arguments">参数 Arguments</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#不同类型的参数">不同类型的参数</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#别名aliases">别名(Aliases)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#片段fragments">片段(Fragments)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#在片段内使用变量">在片段内使用变量</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#操作名称operation-name">操作名称(Operation name)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#变量variables">变量(Variables)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#默认变量default-variables">默认变量(Default variables)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#指令directives">指令(Directives)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#变更mutations">变更(Mutations)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#内联片段inline-fragments">内联片段(Inline Fragments)</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#元字段meta-fields">元字段(Meta fields)</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
|
||||
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="概述"><a aria-hidden="true" tabindex="-1" href="#概述"><span class="icon icon-link"></span></a>概述</h3><div class="wrap-body">
|
||||
<ul>
|
||||
<li>RESTful API 的另一种方法</li>
|
||||
|
Reference in New Issue
Block a user