Twitter Integration with Gatsby - GraphQL Query Missing #39232
Unanswered
belwalshubham
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Folks
I’m trying to integrate Twitter into my Gatsby application using gatsby-source-twitter to fetch and display tweets. I’ve added the following configuration in gatsby-config.tsx, but when I run gatsby develop, I don’t see the expected GraphQL query in the /___graphql interface.
I was expecting to be able to query the tweets in the GraphiQL interface, but no relevant fields seem to show up. Can someone help me understand what I might be doing wrong, or if there are any additional steps I need to take to make the Twitter data source available in GraphQL?
Beta Was this translation helpful? Give feedback.
All reactions