DEV Community

Cover image for Build Client Side GraphQL React Application using GitHub GraphQL API (Part-1)

Build Client Side GraphQL React Application using GitHub GraphQL API (Part-1)

Heet Shah on March 27, 2020

In this series of articles, we will build a react client app which will interact with GitHub GraphQL API. At the end of this series you will creat...
Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Can we make a post request to create or edit a file using Github API ?

Collapse
 
heet1996 profile image
Heet Shah

Yes, you can using their REST API. Checkout this . Haven't explore much with their graphql api yet but I will check and get back to you