type Query {
users(where: UserWhereInput! = {}, orderBy: [UserOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UserWhereUniqueInput): [User!]
user(where: UserWhereUniqueInput!): User
usersCount(where: UserWhereInput! = {}): Int
buildings(where: BuildingWhereInput! = {}, orderBy: [BuildingOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: BuildingWhereUniqueInput): [Building!]
building(where: BuildingWhereUniqueInput!): Building
buildingsCount(where: BuildingWhereInput! = {}): Int
units(where: UnitWhereInput! = {}, orderBy: [UnitOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UnitWhereUniqueInput): [Unit!]
unit(where: UnitWhereUniqueInput!): Unit
unitsCount(where: UnitWhereInput! = {}): Int
tags(where: TagWhereInput! = {}, orderBy: [TagOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: TagWhereUniqueInput): [Tag!]
tag(where: TagWhereUniqueInput!): Tag
tagsCount(where: TagWhereInput! = {}): Int
keystone: KeystoneMeta!
authenticatedItem: AuthenticatedItem
}
type Query {
users(where: UserWhereInput! = {}, orderBy: [UserOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UserWhereUniqueInput): [User!]
user(where: UserWhereUniqueInput!): User
usersCount(where: UserWhereInput! = {}): Int
buildings(where: BuildingWhereInput! = {}, orderBy: [BuildingOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: BuildingWhereUniqueInput): [Building!]
building(where: BuildingWhereUniqueInput!): Building
buildingsCount(where: BuildingWhereInput! = {}): Int
units(where: UnitWhereInput! = {}, orderBy: [UnitOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UnitWhereUniqueInput): [Unit!]
unit(where: UnitWhereUniqueInput!): Unit
unitsCount(where: UnitWhereInput! = {}): Int
tags(where: TagWhereInput! = {}, orderBy: [TagOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: TagWhereUniqueInput): [Tag!]
tag(where: TagWhereUniqueInput!): Tag
tagsCount(where: TagWhereInput! = {}): Int
keystone: KeystoneMeta!
authenticatedItem: AuthenticatedItem
}