Scalar is "unkown" #395
Answered
by
kitten
ThomasKientz
asked this question in
Q&A
-
Hi, In the following query, in my understanding, the "IBAN" fields returns a scalar of type IBAN. But it appears as Field const query = graphql(`
query GetAccount($id: ID!) {
account(accountId: $id) {
IBAN
id
}
}
`); Here is a screenshot of the playground : Am I missing something ? I am using swan's api (https://explorer.swan.io/). |
Beta Was this translation helpful? Give feedback.
Answered by
kitten
Sep 18, 2024
Replies: 1 comment 1 reply
-
Have you defined a type for the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ThomasKientz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you defined a type for the
IBAN
scalar? https://gql-tada.0no.co/get-started/installation#customizing-scalar-types