Closed sobbuh closed 5 years ago
Hi Marco,
I tried to run this following the instructions but get the following errors:
" error Plugin gatsby-source-airtable returned an error Error: Could not find what you are looking for "
"" error GraphQL Error Encountered 4 error(s):
Unknown field 'allAirtable' on type 'Query'. Source: document CategoryPage file: GraphQL request
CategoryPage
GraphQL request
GraphQL request (3:5) 2: query CategoryPage($category: String, $dateFormat: String) { 3: allAirtable( ^ 4: limit: 1000
Unknown field 'allAirtable' on type 'Query'. Source: document IndexQuery file: GraphQL request
IndexQuery
GraphQL request (3:5) 2: query IndexQuery($dateFormat: String) { 3: allAirtable( ^ 4: limit: 2000
Unknown field 'allAirtable' on type 'Query'. Source: document TagPage file: GraphQL request
TagPage
GraphQL request (3:5) 2: query TagPage($tag: String) { 3: allAirtable( ^ 4: limit: 1000
Unknown field 'airtable' on type 'Query'. ""
Any ideas on what I could do?
Thanks
Was using the table name as "base", but needed:
To get the base ID, click the Help link next to your profile link (top right), and then click API documentation in the dropdown.
Hi Marco,
I tried to run this following the instructions but get the following errors:
" error Plugin gatsby-source-airtable returned an error Error: Could not find what you are looking for "
"" error GraphQL Error Encountered 4 error(s):
Unknown field 'allAirtable' on type 'Query'. Source: document
CategoryPage
file:GraphQL request
GraphQL request (3:5) 2: query CategoryPage($category: String, $dateFormat: String) { 3: allAirtable( ^ 4: limit: 1000
Unknown field 'allAirtable' on type 'Query'. Source: document
IndexQuery
file:GraphQL request
GraphQL request (3:5) 2: query IndexQuery($dateFormat: String) { 3: allAirtable( ^ 4: limit: 2000
Unknown field 'allAirtable' on type 'Query'. Source: document
TagPage
file:GraphQL request
GraphQL request (3:5) 2: query TagPage($tag: String) { 3: allAirtable( ^ 4: limit: 1000
Unknown field 'airtable' on type 'Query'. ""
Any ideas on what I could do?
Thanks