OBJECT

County

link GraphQL Schema definition

  • type County {
  • # Arguments
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • addresses(offset: Int, limit: Int, sortOrder: SortOrder, sortBy: SortBy): [Address!]!
  • createdAt: ISO8601DateTime!
  • endDate: Date
  • id: UUID!
  • name: String!
  • peliasId: Int
  • # Arguments
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # sortOrder: [Not documented]
  • # sortBy: [Not documented]
  • policies(offset: Int, limit: Int, sortOrder: SortOrder, sortBy: SortBy): [Policy!]!
  • startDate: Date
  • state: State!
  • stateId: Int!
  • updatedAt: ISO8601DateTime!
  • }