graphql-client
graphql-client copied to clipboard
Extend keyword?
I have a type such as:
type A {
field_public: Int
}
Later on in the same file, I write:
extend type A {
field_private: Int
}
It seems this does not get parsed though and the field_private for A is not generated for the code? Does the extend keyword not work?
It's indeed not implemented yet. There is an old issue about this.
Sorry bout that - didn't come up on my search for 'extend' in Issues...
Anyway, thanks for confirming my suspicion. Feel free to close or leave open as a feature request.
Let's consider this a feature request :)