twenty/hasura/metadata
Anders Borch d4b1b2f661
Companies table (#79)
* Add columns to companies:
* account_owner_id
* employees
* address

Add foreign key constraint companies_account_owner_id_fkey
to auth.users.id

* Add select permissions to:
* account_owner_id
* employees
* address

Add relationship between companies and auth.users.

* Update Companies interface to include:
* account_owner_id
* employees
* address

Opportunity is expected to be replace by actual opportunity in a separate PR.

* Add GetCompanies query

* Add initial companies table

* Update test to use mock apollo provider

* Update to match changed company column names

* Add company interface mapping tests

* Test entire object

* Add test for companies being rendered in table.

* Add test for sorting reduce.

* Fix prettier errors
2023-04-27 12:46:43 +02:00
..
databases Companies table (#79) 2023-04-27 12:46:43 +02:00
actions.graphql Setup first hasura schema 2023-04-14 08:38:35 +02:00
actions.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
allow_list.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
api_limits.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
backend_configs.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
cron_triggers.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
graphql_schema_introspection.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
inherited_roles.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
metrics_config.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
network.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
opentelemetry.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
query_collections.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
remote_schemas.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
rest_endpoints.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00
version.yaml Setup first hasura schema 2023-04-14 08:38:35 +02:00