OBJECT
LogEntry
#
GraphQL Schema definition
1
type
LogEntry
{
2
id
:
ID
!
3
message
:
String
!
4
type
:
String
!
5
}
#
Required by
RootMutation
null