Closed charlieschwabacher closed 8 years ago
If merged, this will resolve https://github.com/charlieschwabacher/gestalt/issues/1 by translating infix cypher style arrow syntax into @relationship directives before schema.graphql is parsed by graphql-js.
@relationship
schema.graphql
graphql-js
I'm still undecided on whether the improved readability / succinctness of this infix arrow syntax is worth extending the GraphQL syntax.
going to go continue with this syntax, but use a different implementation
If merged, this will resolve https://github.com/charlieschwabacher/gestalt/issues/1 by translating infix cypher style arrow syntax into
@relationship
directives beforeschema.graphql
is parsed bygraphql-js
.I'm still undecided on whether the improved readability / succinctness of this infix arrow syntax is worth extending the GraphQL syntax.