OBJECT
Registration
link GraphQL Schema definition
- type Registration {
- # Origin of the registration if it was created through the API.
- : String
- : RegistrationEntity
- : ID!
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- : Program
- : TrainingSession
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }