Feb 27, 2019 01:20 AM
i’m querying airtable from gatsby / graphql, and it seems like different table field names have to be unique? is this true?
i assumed names would be table-scoped…
Feb 27, 2019 07:46 AM
You can have fields across different tables with the same name. Only field names within a given table have to be unique.