We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb0ca2 commit 4f3490fCopy full SHA for 4f3490f
README.md
@@ -1,6 +1,6 @@
1
# apex-graphql-query
2
3
-A simple library for building GraphQL queries. Currently only offers parital support.
+A simple library for building GraphQL queries in Salesforce's Apex Language. *Currently only offers parital support.*
4
5
## Example:
6
@@ -17,7 +17,7 @@ A simple library for building GraphQL queries. Currently only offers parital su
17
}
18
```
19
20
-**Apex**
+**Equivalent Apex**
21
22
``` java
23
GraphQLNode human = new GraphQLNode('human')
0 commit comments