-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
When clicking a bit through this ui I am getting this error. I was wondering if my 'default' setup needs to be changed for this.
"message": "Variable \"$sort\" got invalid value [{}] at \"sort[0]\"; Field \"0\" is not defined by type \"UserSort\"."
type Query {
databaseStatus: String
actors: [Person]
}
schema {
query: Query
}
type Person @node {
name: String
created: BigInt
}
type User @node {
created: BigInt
username: String
enabled: Boolean
password: String
name: String
apikey: String
}
Metadata
Metadata
Assignees
Labels
No labels