Skip to content

Commit ab8504a

Browse files
jburghardtbbakerman
authored andcommitted
Update docs on schema
Removed note as SDL is now part of the official specification
1 parent 9385eec commit ab8504a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/schema.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ mutated.
88
``graphql-java`` offers two different ways of defining the schema: Programmatically as Java code or
99
via a special graphql dsl (called SDL).
1010

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-
1611
If you are unsure which option to use we recommend the SDL.
1712

1813
SDL example:

0 commit comments

Comments
 (0)