GraphQL-Plugin-Convert-OpenAPI

 view release on metacpan or  search on metacpan

t/05-corpus.yml  view on Meta::CPAN

        type: string
      offlineCauseReason:
        type: string
      temporarilyOffline:
        type: boolean
  ComputerSet:
    type: object
    properties:
      _class:
        type: string
      busyExecutors:
        type: integer
      computer:
        type: array
        items:
          $ref: '#/definitions/HudsonMasterComputer'
      displayName:
        type: string
      totalExecutors:
        type: integer
  DefaultCrumbIssuer:

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

  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
}



( run in 0.235 second using v1.01-cache-2.11-cpan-87723dcf8b7 )