Skip to content

Commit

Permalink
Company::Schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Mar 14, 2021
1 parent 9af051c commit b810566
Show file tree
Hide file tree
Showing 9 changed files with 287 additions and 8 deletions.
89 changes: 89 additions & 0 deletions server/nexus/generated/nexus.ts
Expand Up @@ -645,6 +645,7 @@ export interface NexusGenScalars {
Boolean: boolean
ID: string
DateTime: any
JSON: any
}

export interface NexusGenObjects {
Expand All @@ -662,6 +663,7 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand Down Expand Up @@ -692,6 +694,7 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
rating?: NexusGenRootTypes['VotesAvg'] | null // VotesAvg
searchable: boolean // Boolean!
Expand Down Expand Up @@ -725,6 +728,7 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -744,6 +748,7 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -764,11 +769,34 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
uri?: string | null // String
}
Schedule: {
// root type
end?: NexusGenRootTypes['ScheduleData'] | null // ScheduleData
start: NexusGenRootTypes['ScheduleData'] // ScheduleData!
}
ScheduleData: {
// root type
day?: number | null // Int
hour?: number | null // Int
minute?: number | null // Int
month?: number | null // Int
second?: number | null // Int
weekDay?: number | null // Int
year?: number | null // Int
}
Schedules: {
// root type
Schedule?: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleFamily?: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleMen?: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleWomen?: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
}
Thread: {
// root type
id: number // Int!
Expand All @@ -789,6 +817,7 @@ export interface NexusGenObjects {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties?: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand Down Expand Up @@ -881,6 +910,7 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -901,6 +931,7 @@ export interface NexusGenFieldTypes {
// field return type
Comments: NexusGenRootTypes['Comment'][] // [Comment!]!
CreatedBy: NexusGenRootTypes['User'] | null // User
Schedules: NexusGenRootTypes['Schedules'] | null // Schedules
TemplateVarValues:
| NexusGenRootTypes['bani684_site_tmplvar_contentvalues'][]
| null // [bani684_site_tmplvar_contentvalues!]
Expand All @@ -918,6 +949,7 @@ export interface NexusGenFieldTypes {
longtitle: string // String!
pagetitle: string // String!
prices: string | null // String
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
rating: NexusGenRootTypes['VotesAvg'] | null // VotesAvg
searchable: boolean // Boolean!
Expand Down Expand Up @@ -971,6 +1003,7 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -991,6 +1024,7 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -1012,11 +1046,34 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
uri: string | null // String
}
Schedule: {
// field return type
end: NexusGenRootTypes['ScheduleData'] | null // ScheduleData
start: NexusGenRootTypes['ScheduleData'] // ScheduleData!
}
ScheduleData: {
// field return type
day: number | null // Int
hour: number | null // Int
minute: number | null // Int
month: number | null // Int
second: number | null // Int
weekDay: number | null // Int
year: number | null // Int
}
Schedules: {
// field return type
Schedule: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleFamily: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleMen: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
ScheduleWomen: Array<NexusGenRootTypes['Schedule'] | null> | null // [Schedule]
}
Thread: {
// field return type
id: number // Int!
Expand All @@ -1038,6 +1095,7 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand Down Expand Up @@ -1111,6 +1169,7 @@ export interface NexusGenFieldTypes {
id: number // Int!
longtitle: string // String!
pagetitle: string // String!
properties: NexusGenScalars['JSON'] | null // JSON
published: boolean // Boolean!
searchable: boolean // Boolean!
template: number // Int!
Expand All @@ -1133,6 +1192,7 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
Expand All @@ -1153,6 +1213,7 @@ export interface NexusGenFieldTypeNames {
// field return type name
Comments: 'Comment'
CreatedBy: 'User'
Schedules: 'Schedules'
TemplateVarValues: 'bani684_site_tmplvar_contentvalues'
address: 'String'
addressComments: 'String'
Expand All @@ -1168,6 +1229,7 @@ export interface NexusGenFieldTypeNames {
longtitle: 'String'
pagetitle: 'String'
prices: 'String'
properties: 'JSON'
published: 'Boolean'
rating: 'VotesAvg'
searchable: 'Boolean'
Expand Down Expand Up @@ -1219,6 +1281,7 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
Expand All @@ -1237,6 +1300,7 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
Expand All @@ -1256,11 +1320,34 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
uri: 'String'
}
Schedule: {
// field return type name
end: 'ScheduleData'
start: 'ScheduleData'
}
ScheduleData: {
// field return type name
day: 'Int'
hour: 'Int'
minute: 'Int'
month: 'Int'
second: 'Int'
weekDay: 'Int'
year: 'Int'
}
Schedules: {
// field return type name
Schedule: 'Schedule'
ScheduleFamily: 'Schedule'
ScheduleMen: 'Schedule'
ScheduleWomen: 'Schedule'
}
Thread: {
// field return type name
id: 'Int'
Expand All @@ -1280,6 +1367,7 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
Expand Down Expand Up @@ -1351,6 +1439,7 @@ export interface NexusGenFieldTypeNames {
id: 'Int'
longtitle: 'String'
pagetitle: 'String'
properties: 'JSON'
published: 'Boolean'
searchable: 'Boolean'
template: 'Int'
Expand Down

0 comments on commit b810566

Please sign in to comment.