You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I keep getting this error when I run the command below, any ideas on what is happening.
npx graphback generate Generation failed: Error:
Unable to find any GraphQL type definitions for the following pointers:
I keep getting this error when I run the command below, any ideas on what is happening.
npx graphback generate
Generation failed: Error:
Unable to find any GraphQL type definitions for the following pointers:
This is an example type in my generated-schema.graphql file:
type Agreements {
content: String
created: DateTime
excerpt: String
id: BigInt!
image: String
mediamanager: String
name: String
reference_id: String
shop_id: String
type: String
updated: DateTime
user_id: String
}
The text was updated successfully, but these errors were encountered: