OBJECT
Single steps in auth process for application
type ApplicationProcessStep {id: Int order: Int created_at: String updated_at: String completed: Boolean completed_at: String status: String total_authorizations: Int total_rejects: Int total_managers: Int min_auth_required: Int managers: [ApplicationProcessManager] }