Help

Scoping for table field names?

781 1
cancel
Showing results for 
Search instead for 
Did you mean: 
F_K
4 - Data Explorer
4 - Data Explorer

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…

1 Reply 1

You can have fields across different tables with the same name. Only field names within a given table have to be unique.