| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
It doesn't have multi line comments yet
|
This will wait a bit more until it the spec is ready (or almost ready) |
Sorry, something went wrong.
…-strings # Conflicts: # src/main/java/graphql/schema/idl/SchemaPrinter.java # src/test/groovy/graphql/GraphQLTest.groovy # src/test/groovy/graphql/parser/ParserTest.groovy # src/test/groovy/graphql/schema/idl/SchemaPrinterTest.groovy
|
lets reevaluate it again for 6.0 |
Sorry, something went wrong.
…-strings # Conflicts: # src/main/java/graphql/language/DirectiveDefinition.java # src/main/java/graphql/language/EnumTypeDefinition.java # src/main/java/graphql/language/EnumValueDefinition.java # src/main/java/graphql/language/FieldDefinition.java # src/main/java/graphql/language/InputObjectTypeDefinition.java # src/main/java/graphql/language/InputValueDefinition.java # src/main/java/graphql/language/InterfaceTypeDefinition.java # src/main/java/graphql/language/ObjectTypeDefinition.java # src/main/java/graphql/language/ScalarTypeDefinition.java # src/main/java/graphql/language/UnionTypeDefinition.java # src/main/java/graphql/parser/GraphqlAntlrToLanguage.java # src/main/java/graphql/schema/idl/SchemaPrinter.java # src/test/groovy/graphql/parser/ParserTest.groovy
* First commit of multi line strings. It doesn't have multi line comments yet * End to end test * Added description concept to the type definitions * Schema Generator now supports docstring syntax as a preference * Refactored out the StringValue parsing into its own class * SchemaPrinter now has AST description support * whitespace if defined as ' ' and '\t' in graphql * Fix ups after merging master
| Back | FazBrowse Home | New Git URL |
see #685
This implements multi line triple quoted strings and also has SchemaGenerator support and SchemaPrinter support