FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-docs/includes/graphql-mutation.html at main · 0xdevalias/github-docs · GitHub
0xdevalias
/
github-docs
Public
forked from
github/docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github-docs
/
includes
/
graphql-mutation.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (17 loc) · 420 Bytes
Breadcrumbs
github-docs
/
includes
/
graphql-mutation.html
Copy path
File metadata and controls
21 lines (17 loc) · 420 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<
div
>
<
div
>
<
h3
id
="
{{ item.id }}
"
class
="
pt-3
"
>
<
a
href
="
#{{ item.id }}
"
>
{{item.name}}
</
a
>
</
h3
>
{{ item.description }}
</
div
>
<
div
>
{% include graphql-preview %}
{% include graphql-deprecation %}
{% assign inputFields = item.inputFields %}
{% assign returnFields = item.returnFields %}
{% include graphql-input-fields %}
{% include graphql-return-fields %}
</
div
>
<
hr
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL