Replies: 1 comment 2 replies
-
I won't be able to answer this (without digging into it a lot) since I've never done it, but can you clarify your end goal? What are you building? Maybe there's a simpler approach. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have a SQL query that returns several fields, including one that contains an array of strings. I want to return this via GraphQL, so I need to define a schema, but I'm not sure where to find a valid schema definition.
This is the object returned by the query:
I tried adding this schema, but it doesn't work:
I also tried to follow these guidelines, but without success. Same problem with the official documentation.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions