-
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
}
Activity
f1-outsourcing commentedon Feb 26, 2025
Is it possible to remove/hide this where stuff, only going to use name / id
ardatan commentedon Mar 3, 2025
Please share an isolated minimal reproduction on CodeSandbox, like I asked the other issues/discussions you've created;
#1710 (reply in thread)