+ {isSuccess + ? `${selectedCount} of ${schemas.length} ${pluralize(schemas.length, 'schema')} exposed` + : 'Loading schemas...'} +
+Failed to retrieve schemas
++ No schemas found +
++ {isCountsPending + ? 'Loading tables...' + : `${grantsCount} of ${totalCount} tables exposed${ + pendingCount > 0 + ? `, ${pendingCount} pending ${pluralize(pendingCount, 'change')}` + : '' + }`} +
+Failed to retrieve tables
++ No tables found +
+ )} +
+ You will not be able to query tables and views in the{' '}
+ public schema via
+ supabase-js or HTTP clients.
+
+ Tables in the{' '}
+ public schema
+ are still exposed over our GraphQL endpoints.
+
- You will not be able to query tables and views in the{' '}
- public schema via
- supabase-js or HTTP clients.
-
- Tables in the{' '}
- public schema are
- still exposed over our GraphQL endpoints.
-