Table exists in Noloco backend but does not appear in the API Explorer

Hi,

I’m experiencing an issue where one of my data tables is not accessible via the API.

Problem:
• My data table is called “Buyers”
• It does not appear in the GraphiQL API Explorer (I’ve checked for both “Buyers” and “Buyers Collection”)
• When I attempt to make API calls using what I believe should be the correct table name, I receive no response/the query fails

What I’ve Already Checked:
• The table is visible in my Data tab within the Noloco builder
• Other tables in my project are working correctly in the API Explorer

What I Need: Could you help me understand why this specific table isn’t registering in the API? Is there a setting I need to enable, or could there be a sync issue with this particular table?

Account Info:

App name: ksrny

Email: cfteha@ksrny.com

Thank you for your help!

1 Like

If you click on the table in the data table on Noloco, check the URL for the table name. Often the graphQL api has a different table name, especially if you are syncing from an external source such as Airtable.

This was the case and I got it fixed. Thanks very much for your help.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.