Type Alias GuildDropsGameNullableScalarRelationFilter

GuildDropsGameNullableScalarRelationFilter: {
    is?: GuildDropsGameWhereInput | null;
    isNot?: GuildDropsGameWhereInput | null;
}