Skip to content

Commit

Permalink
update readme and format
Browse files Browse the repository at this point in the history
  • Loading branch information
JackerNgo committed Oct 29, 2020
1 parent e2e9adb commit 208f4e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ To perform GraphQL queries in Magento, please do the following requirements:

## 3. Devdocs

- [Better Maintenance API & examples](https://documenter.getpostman.com/view/10589000/SzRxXqt3?version=latest#intro)
- [Better Maintenance GraphQL & examples](https://documenter.getpostman.com/view/10589000/SzS1T8pe?version=latest)
- [Better Maintenance API & examples](https://documenter.getpostman.com/view/10589000/TVYJ7Hep)
- [Better Maintenance GraphQL & examples](https://documenter.getpostman.com/view/10589000/TVYJ7Heq)

## 4. Contribute to this module

Feel free to **Fork** and contrinute to this module and create a pull request so we will merge your changes main branch.
Feel free to **Fork** and contribute to this module and create a pull request so we will merge your changes main branch.

## 5. Get Support

Expand Down
2 changes: 1 addition & 1 deletion etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type MaintenanceConfig {
type GeneralConfig {
enabled: Boolean @doc(description: "Enabled")
redirect_to: String @doc(description: "Redirect To")
auto_switch: String @doc(description: "Auto Switch")
auto_switch: Boolean @doc(description: "Auto Switch")
end_time: String @doc(description: "End Time")
whitelist_ip: String @doc(description: "Whitelist Ip")
whitelist_page: [String] @doc(description: "Whitelist Page")
Expand Down
1 change: 0 additions & 1 deletion i18n/en_US.csv

This file was deleted.

0 comments on commit 208f4e4

Please sign in to comment.