/ZealPlugin

A Intellij, Android Studio Plugin to set up GraphQl on an android project.

Primary LanguageJavaMIT LicenseMIT

GraphZeal Plugin CircleCI

This is a simple Android Studio and Intellij plugin that allows easy setup of GraphQL in your Android App with ease without knowing a thing. It’s easy. We promise. 🚀

This version supports generating schema from a URL.

We are continuously working to make this plugin better and better!

Getting Started

These instructions will help you install the GraphZeal Plugin on your Android Studio or IntelliJ without a sweat!

Go to your Android Studio Preferences or Settings as shown below. Search GraphZeal and install it. Restart your Android Studio.

In an open project, go to Tools tab, where you will see the GraphZeal option.

Hit the Enter URL option, and you should see this pop up.

Enter your GraphQL endpoint url, and hit ok. GraphZeal will generate the packages and schema for you as shown below:

Contributing

We are glad you’re interested in GraphZeal, and we’d love to see where you take it. If you would like to contribute code to this project you can do so through GitHub by Forking the Repository and creating a Pull Request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. We look forward to you submitting a Pull Request.

Thanks, and please do take it for a joyride!

License

MIT License

Copyright (c) 2018 Graph Zeal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.