GraphQL Api #3998

Open
opened 2025-11-02 05:33:32 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @DblK on GitHub (Sep 22, 2019).

Github also offers a graphql version of the api.
Would it be possible to consider adding a graphql module on top of the current api?

Thx

Originally created by @DblK on GitHub (Sep 22, 2019). Github also offers a graphql version of the api. Would it be possible to consider adding a graphql module on top of the current api? Thx
GiteaMirror added the issue/confirmedtype/featuremodifies/api labels 2025-11-02 05:33:33 -06:00
Author
Owner

@6543 commented on GitHub (Sep 25, 2019):

Is this a draft or important to you?

@6543 commented on GitHub (Sep 25, 2019): Is this a draft or important to you?
Author
Owner

@davidsvantesson commented on GitHub (Sep 26, 2019):

Reading Github blog about it, it sounds like they will mainly continue developing the GraphQL API in the future, and v3 api only for backwards compatibility?

It was suggested in the roadmap issue to use API more for rendering on website (with js/ajax). From what they write, it seems GraphQL might be an advantage for that?

@davidsvantesson commented on GitHub (Sep 26, 2019): Reading [Github blog about it](https://github.blog/2016-09-14-the-github-graphql-api/), it sounds like they will mainly continue developing the GraphQL API in the future, and v3 api only for backwards compatibility? It was suggested in the roadmap issue to use API more for rendering on website (with js/ajax). From what they write, it seems GraphQL might be an advantage for that?
Author
Owner

@DblK commented on GitHub (Sep 28, 2019):

Is this a draft or important to you?

@6543 , it's not a draft, it's important to me. Since I want to have action through API to handle Gitea and because I mainly use graphql, I currently make a graphql wrapper around the REST api. Having it done from Gitea will be a huge help for me.

Also, as @davidsvantesson suggest, Github offer an GraphQL api so why not Gitea :p?

@DblK commented on GitHub (Sep 28, 2019): > Is this a draft or important to you? @6543 , it's not a draft, it's important to me. Since I want to have action through API to handle Gitea and because I mainly use graphql, I currently make a graphql wrapper around the REST api. Having it done from Gitea will be a huge help for me. Also, as @davidsvantesson suggest, Github offer an GraphQL api so why not Gitea :p?
Author
Owner

@lunny commented on GitHub (Sep 30, 2019):

@DblK we should have, only needs some contribution. 😅

@lunny commented on GitHub (Sep 30, 2019): @DblK we should have, only needs some contribution. 😅
Author
Owner

@stale[bot] commented on GitHub (Nov 29, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Nov 29, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@appleboy commented on GitHub (Nov 29, 2019):

most popular graphql framework:

@appleboy commented on GitHub (Nov 29, 2019): most popular graphql framework: * [graphql-go/graphql](https://github.com/graphql-go/graphql) * [graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go) * [99designs/gqlgen](https://github.com/99designs/gqlgen)
Author
Owner

@jag3773 commented on GitHub (Feb 5, 2020):

Here is the list of go graphql frameworks maintained by graphql.org, https://graphql.org/code/#go.

@jag3773 commented on GitHub (Feb 5, 2020): Here is the list of go graphql frameworks maintained by graphql.org, https://graphql.org/code/#go.
Author
Owner

@bhalbright commented on GitHub (Jun 21, 2020):

Just FYI I'm working on a small proof of concept. I don't have any prior experience with graphql but I hope to maybe submit a draft pr just for feeback in a few weeks or so

@bhalbright commented on GitHub (Jun 21, 2020): Just FYI I'm working on a small proof of concept. I don't have any prior experience with graphql but I hope to maybe submit a draft pr just for feeback in a few weeks or so
Author
Owner

@bhalbright commented on GitHub (Jul 21, 2020):

I created a PR for a modest POC and wanted to get feedback before moving forward: https://github.com/go-gitea/gitea/pull/12285. There's some screenshots on the PR too.

@bhalbright commented on GitHub (Jul 21, 2020): I created a PR for a modest POC and wanted to get feedback before moving forward: https://github.com/go-gitea/gitea/pull/12285. There's some screenshots on the PR too.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3998