EntityResource
No description
type EntityResource {
schema: String!
entity_id: ID!
parent_entity_id: ID
offer_accepted: Boolean
updated_at: String
created_at: String
}
No description
type EntityResource {
schema: String!
entity_id: ID!
parent_entity_id: ID
offer_accepted: Boolean
updated_at: String
created_at: String
}
schema
(String
)​entity_id
(ID
)​parent_entity_id
(ID
)​offer_accepted
(Boolean
)​updated_at
(String
)​created_at
(String
)​