ObjectDefinition
No description
interface ObjectDefinition {
id: ID!
name: String!
json: JSON!
singular_label: String!
plural_label: String!
created_at: DateTime!
updated_at: DateTime!
created_by: Int!
updated_by: Int!
fields: [CustomObjectField!]!
}