Redwood
The RedwoodJS Root Schema
Defines details about RedwoodJS such as the current user and version information.
type Redwood {
currentUser: JSON
prismaVersion: String
version: String
}
Fields
Redwood.currentUser ● JSON scalar references
The current user.
Redwood.prismaVersion ● String scalar references
The version of Prisma.
Redwood.version ● String scalar references
The version of Redwood.
Returned By
redwood query