typo in graphql type define kill you
-
See this error, but it does not tell me in which file:
offline: ANY /localits/graphql (λ: graphql) offline: Failure: Syntax Error: Cannot parse the unexpected character ";".
Should check your type define:
type Attribute { id: ID name: String createdBy: String createdAt: String updatedAt: String updatedBy; String }
See the typo there! It should be
updatedBy: String