Make id available in remote table output (#5003)
Wrongly use `PrimaryGeneratedColumn` typeOrm decorator instead of the nest query one. Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -2,6 +2,7 @@ import { gql } from '@apollo/client';
|
||||
|
||||
export const REMOTE_TABLE_FRAGMENT = gql`
|
||||
fragment RemoteTableFields on RemoteTable {
|
||||
id
|
||||
name
|
||||
schema
|
||||
status
|
||||
|
||||
Reference in New Issue
Block a user