Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphql API Support #364

Open
indpurvesh opened this issue Aug 10, 2019 · 3 comments
Open

Graphql API Support #364

indpurvesh opened this issue Aug 10, 2019 · 3 comments

Comments

@indpurvesh
Copy link
Member

Add Support for Graphql API

@indpurvesh indpurvesh changed the title Graphql API Graphql API Support Aug 10, 2019
@indpurvesh
Copy link
Member Author

In Development. If anyone like to contribute please use these repository https://github.com/avored/graphql

@simplenotezy
Copy link

Hay, what's the current status?

@indpurvesh
Copy link
Member Author

indpurvesh commented Sep 22, 2020

@simplenotezy
There is basic setup is ready at this stage. If you are planning to implement any front end app with graphql. We can workout together and i am happy to add other required query/mutation.

Try this Query on any online graphql playgroud or in your local postman it should work.

URL:
https://demo.avored.com/graphql

query {
allCategory { 
        id
        name
        slug
        meta_title
        meta_description
        created_at
        updated_at                
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants