Fork me on GitHub
#graphql
<
2018-11-15
>
deva00:11:33

Hello everybody, I am trying to parse the schema. But its failing to parse with an error msg, extraneous input 'extend' expecting {'}', 'schema', 'type', 'input', 'interface', 'scalar', 'union', 'enum', StringValue, BlockStringValue} I am wondering lacinia parser doesn't support extending type. Is that correct?

yen01:11:37

Won’t be surprised - extend is a relatively new addition to GraphQL

deva02:11:44

Well, I am porting a portion of Java based Graphql app. I've been used extend around 8months ago.

lispers-anonymous13:11:12

Lacinia doesn’t mention the word extend in this context in their source code. It also doesn’t look like there is an issue for it. Maybe you should submit one

hlship19:11:05

We don't yet support extend. Sorry!

orestis20:11:32

I listened to your podcast @hlship , it was very informative and well spoken. Thank you for all the hard work.

hlship21:11:25

Thanks - I can never tell how I come off in these things, and I'm my own harshest critic.

orestis21:11:28

I know the feeling :) Really though, very well spoken!

jvtrigueros16:11:13

@U7PBP4UVA do you have a link for it?