#Datastore - The source object is not a valid model
3 messages ยท Page 1 of 1 (latest)
@manic steeple thanks for answering, my model is very simple, looks like this:
type Company {
id: ID!
name: String!
businessName: String
businessAddress: String
activation: Activation
status: CompanyStatusType!
}
type Store {
id: ID!
name: String!
description: String
address: String
status: CompanyStatusType!
contact: Contact
}
It looks simple indeed, and I can't see anything wrong with it (given that the types exist ๐ )
I guess I'm not much of a help in this situation ๐ข