Describe the bug
Killed Entities page in web UI isn't working. Gives following errors in server console and graphql response.
Specs:
- Version DeltaLogger v1.1.3
- Java version 8
Logs
Console Log:
[13:07:41] [qtp26259480-211/INFO]: [STDERR]: [qtp26259480-211] WARN com.github.fabricservertools.deltalogger.shadow.graphql.GraphQL - Query failed to validate : 'query PaginatedKE($offset: Int = 0, $limit: Int = 100) {
killedEntities(offset: $offset, limit: $limit) {
id
name
time
source
killer
dimension
x
y
z
__typename
}
}
'
GraphQL error response:
{"errors":[{"message":"Validation error of type FieldUndefined: Field 'name' in type 'KilledEntity' is undefined @ 'killedEntities/name'","locations":[{"line":4,"column":5}],"extensions":{"classification":"ValidationError"}}]}