Skip to content

Commit acd0582

Browse files
authored
Merge pull request graphql#788 from hedgesky/change_languages_order
swap languages to get proper alphabetical order
2 parents 68df965 + 0f0ed9b commit acd0582

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/code/index.html.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3636
- [Kotlin](#kotlin)
3737
- [PHP](#php)
3838
- [Python](#python)
39-
- [Scala](#scala)
4039
- [Ruby](#ruby)
40+
- [Scala](#scala)
4141
4242
### C# / .NET
4343
@@ -130,13 +130,13 @@ A full implementation of the GraphQL specification that aims to maintain externa
130130
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
131131
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
132132
133-
### Groovy
133+
### Groovy
134134
135135
#### [gorm-graphql](https://github.com/grails/gorm-graphql/)
136136
137137
**Core Library** - The GORM GraphQL library provides functionality to generate a GraphQL schema based on your GORM entities. In addition to mapping domain classes to a GraphQL schema, the core library also provides default implementations of "data fetchers" to query, update, and delete data through executions of the schema.
138138
139-
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
139+
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
140140
141141
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
142142
- Generates the schema at startup with spring bean configuration to make it easy to extend.
@@ -146,7 +146,7 @@ A full implementation of the GraphQL specification that aims to maintain externa
146146
147147
See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information.
148148
149-
#### [GQL](https://grooviter.github.io/gql/)
149+
#### [GQL](https://grooviter.github.io/gql/)
150150
151151
GQL is a Groovy library for GraphQL
152152

0 commit comments

Comments
 (0)