OBJECT
Auth process launched for single application
type ApplicationProcess {id: Int status: String process_id: Int title: String created_at: String completed: Boolean completed_at: String steps: [ApplicationProcessStep] user: User }