Skip to content

Commit cb8560b

Browse files
committed
adding post linking to GitHub Blog post on GraphQL
1 parent 4765ce7 commit cb8560b

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 'Published to the GitHub Blog: Tips and tricks for using GitHub CLI with GraphQL'
3+
author: Josh Johanning
4+
date: 2025-04-26 00:05:00 -0500
5+
description: Linking to my post on the GitHub Blog about using the GitHub CLI with GraphQL to query and mutate data
6+
categories: [GitHub]
7+
tags: [GitHub, gh cli, GraphQL]
8+
media_subpath: /assets/screenshots/2025-04-26-github-blog-post-graphql
9+
image:
10+
path: graphql-blog-post.png
11+
width: 100%
12+
height: 100%
13+
alt: My blog post on the GitHub Blog
14+
---
15+
16+
## I'm Published on the GitHub Blog! ✨
17+
18+
I'm excited to share that I've authored a post on the official GitHub Blog titled [**"Exploring GitHub CLI: How to Interact with GitHub's GraphQL API Endpoint"**](https://github.blog/developer-skills/github/exploring-github-cli-how-to-interact-with-githubs-graphql-api-endpoint/).
19+
20+
## What You'll Learn
21+
22+
In the [post](https://github.blog/developer-skills/github/exploring-github-cli-how-to-interact-with-githubs-graphql-api-endpoint/), I cover:
23+
24+
- What is GraphQL?
25+
- How is GraphQL used at GitHub?
26+
- Why use GitHub CLI for GraphQL?
27+
- How to get started with `gh api graphql`
28+
- Running queries and mutations (with examples!)
29+
- Filtering GraphQL results
30+
- Handling pagination
31+
- Building complex scripts: Chaining GraphQL queries together
32+
33+
I hope you enjoy! 🚀
Loading

0 commit comments

Comments
 (0)