We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9385eec commit ab8504aCopy full SHA for ab8504a
1 file changed
docs/schema.rst
@@ -8,11 +8,6 @@ mutated.
8
``graphql-java`` offers two different ways of defining the schema: Programmatically as Java code or
9
via a special graphql dsl (called SDL).
10
11
-NOTE: SDL is not currently part of the `formal graphql spec <https://facebook.github.io/graphql/#sec-Appendix-Grammar-Summary.Query-Document>`_.
12
-The implementation in this library is based off the `reference implementation <https://github.com/graphql/graphql-js>`_. However plenty of
13
-code out there is based on this SDL syntax and hence you can be fairly confident that you are building on solid technology ground.
14
-
15
16
If you are unsure which option to use we recommend the SDL.
17
18
SDL example:
0 commit comments