-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation updates #22
Comments
Also add new "type guessing" logic from #19 |
@drewatk Does anyone taking this issue yet? May I be any help? |
I still haven't figured out how to query data with GraphQL. I did setup everything with credentials and it builds, but how do I write the API queries? |
The content are from the following discussion: brandonmp#21, brandonmp#13, brandonmp#20, and brandonmp#17. try to address brandonmp#22
@Waschnick If you still looking into how to query, please have a look at changes in #29 (or a rendered README.md here). |
YES! That helps a lot, thanks! https://github.com/krerkkiat/gatsby-source-google-sheets/tree/revise-documentation |
Can someone please document what the graphQL query is supposed to look like to use this plugin? |
Hi @doublejosh It will depend on the shape of your data sheet, i.e. the column names. |
@stewest The confusing part is the table/type name, not the columns. In the example it's I was only able to discover mine by hitting the local GraphQL endpoint It seems to generate a name from the title of the sheet and the tab name, and makes choices about capitalization. In my case...
|
Hi @doublejosh yes, indeed, odd name. I think it needs to make it unique, as one could have multiple sources. Getting the name from GraphQL is the way. Good luck with your project! |
We need to update documentation to make this a bit better on beginners
The text was updated successfully, but these errors were encountered: