#Datastore - The source object is not a valid model

3 messages ยท Page 1 of 1 (latest)

manic steeple
#

So... How does your schema look?

brave hinge
#

@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
}
manic steeple
#

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 ๐Ÿ˜ข