Skip to content

Commit 0f0ed9b

Browse files
author
Anton Chuchkalov
committed
change languages order
1 parent af546f2 commit 0f0ed9b

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
@@ -35,8 +35,8 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
3535
- [JavaScript](#javascript)
3636
- [PHP](#php)
3737
- [Python](#python)
38-
- [Scala](#scala)
3938
- [Ruby](#ruby)
39+
- [Scala](#scala)
4040
4141
### C# / .NET
4242
@@ -129,13 +129,13 @@ A full implementation of the GraphQL specification that aims to maintain externa
129129
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
130130
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
131131
132-
### Groovy
132+
### Groovy
133133
134134
#### [gorm-graphql](https://github.com/grails/gorm-graphql/)
135135
136136
**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.
137137
138-
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
138+
**Grails Plugin** - In a addition to the Core Library, the GORM GraphQL Grails Plugin:
139139
140140
- Provides a controller to receive and respond to GraphQL requests through HTTP, based on their guidelines.
141141
- Generates the schema at startup with spring bean configuration to make it easy to extend.
@@ -145,7 +145,7 @@ A full implementation of the GraphQL specification that aims to maintain externa
145145
146146
See [the documentation](https://grails.github.io/gorm-graphql/latest/guide/index.html) for more information.
147147
148-
#### [GQL](https://grooviter.github.io/gql/)
148+
#### [GQL](https://grooviter.github.io/gql/)
149149
150150
GQL is a Groovy library for GraphQL
151151

0 commit comments

Comments
 (0)