INPUT_OBJECT
CertificateSurveyAnswerWhereInput
CertificateSurveyAnswerWhereInput is used for filtering CertificateSurveyAnswer objects. Input was generated by ent.
link GraphQL Schema definition
- input CertificateSurveyAnswerWhereInput {
- : CertificateSurveyAnswerWhereInput
- : [CertificateSurveyAnswerWhereInput!]
- : [CertificateSurveyAnswerWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # answer field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # created_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # updated_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # certificate_survey_question edge predicates
- : Boolean
- : [CertificateSurveyQuestionWhereInput!]
- # user edge predicates
- : Boolean
- : [UserWhereInput!]
- # certificate edge predicates
- : Boolean
- : [CertificateWhereInput!]
- # choice edge predicates
- : Boolean
- : [CertificateSurveyQuestionChoiceWhereInput!]
- }