My experiences with js/ts packages weren't necessarily all that much better. I probably need to adjust my expectations.
My experiences with js/ts packages weren't necessarily all that much better. I probably need to adjust my expectations.
juniper-from-schema panics when it tries to parse github's schema. I gave up at this point.
juniper-from-schema panics when it tries to parse github's schema. I gave up at this point.
Maybe I'm holding it wrong?
Maybe I'm holding it wrong?
github accepts this sort of this:
content { ... on Node { id } ... on UniformResourceLocatable { resourcePath } }
graphql-client only accepts the top-level options, so you need something like:
content { ... on DraftIssue { id } ... on Issue { id resourcePath } }
github accepts this sort of this:
content { ... on Node { id } ... on UniformResourceLocatable { resourcePath } }
graphql-client only accepts the top-level options, so you need something like:
content { ... on DraftIssue { id } ... on Issue { id resourcePath } }
"I know"
"I know"