GraphQL-Plugin-Convert-OpenAPI

 view release on metacpan or  search on metacpan

t/snapshots/05-schema_t/schema  view on Meta::CPAN

'type AllView {
  _class: String
  name: String
  url: String
}

type BranchImpl {
  _class: String
  _links: BranchImpllinks
  displayName: String
  estimatedDurationInMillis: Int
  fullDisplayName: String
  fullName: String
  latestRun: PipelineRunImpl
  name: String
  organization: String
  parameters: [StringParameterDefinition]
  permissions: BranchImplpermissions
  pullRequest: String
  weatherScore: Int
}

type BranchImpllinks {
  _class: String
  actions: Link
  queue: Link
  runs: Link
  self: Link
}

type BranchImplpermissions {
  _class: String
  create: Boolean
  read: Boolean
  start: Boolean
  stop: Boolean
}

type CauseAction {
  _class: String
  causes: [CauseUserIdCause]
}

type CauseUserIdCause {
  _class: String
  shortDescription: String
  userId: String
  userName: String
}

type ClockDifference {
  _class: String
  diff: Int
}

type ComputerSet {
  _class: String
  busyExecutors: Int
  computer: [HudsonMasterComputer]
  displayName: String
  totalExecutors: Int
}

type DefaultCrumbIssuer {
  _class: String
  crumb: String
  crumbRequestField: String
}

type DiskSpaceMonitorDescriptorDiskSpace {
  _class: String
  path: String
  size: Int
  timestamp: Int
}

type EmptyChangeLogSet {
  _class: String
  kind: String
}

type FavoriteImpl {
  _class: String
  _links: FavoriteImpllinks
  item: PipelineImpl
}

type FavoriteImpllinks {
  _class: String
  self: Link
}

type FreeStyleBuild {
  _class: String
  actions: [CauseAction]
  building: Boolean
  builtOn: String
  changeSet: EmptyChangeLogSet
  description: String
  displayName: String
  duration: Int
  estimatedDuration: Int
  executor: String
  fullDisplayName: String
  id: String
  keepLog: Boolean
  number: Int
  queueId: Int
  result: String
  timestamp: Int
  url: String
}

type FreeStyleProject {
  _class: String
  actions: [FreeStyleProjectactions]
  buildable: Boolean
  builds: [FreeStyleBuild]



( run in 1.277 second using v1.01-cache-2.11-cpan-df04353d9ac )