ocaml-graphql-server
                                
                                 ocaml-graphql-server copied to clipboard
                                
                                    ocaml-graphql-server copied to clipboard
                            
                            
                            
                        June 2018 Spec compliance checklist
The following is an incomplete but growing list of things that we need to support to achieve compliance with the Jun 2018 version of the Spec.
- [ ] Block strings (using """)
- [ ] Check that enum values are not true,falseornull(http://facebook.github.io/graphql/June2018/#sec-Enum-Value)
- [ ] Field Selection Merging
- [ ] Validate that fragments must be used if defined in a document
- [x] the errorskey must appear first if present (#131)
- [ ] Schema and object extensions