CustomObjectRecord
No description
type CustomObjectRecord implements ObjectRecord {
id: ID!
definition: CustomObjectDefinition!
json: JSON!
created_at: DateTime!
updated_at: DateTime!
created_by: User
updated_by: User
}
Fields
CustomObjectRecord.id ● ID! non-null scalar
CustomObjectRecord.definition ● CustomObjectDefinition! non-null object
CustomObjectRecord.json ● JSON! non-null scalar
CustomObjectRecord.created_at ● DateTime! non-null scalar
CustomObjectRecord.updated_at ● DateTime! non-null scalar
CustomObjectRecord.created_by ● User object
CustomObjectRecord.updated_by ● User object
Interfaces
ObjectRecord interface
Returned By
createCustomObjectRecord mutation ● customObjectRecord query ● deleteCustomObjectRecord mutation ● updateCustomObjectRecord mutation
Member Of
CustomObjectRecordPaginator object


