Skip to main content
No description
type Account {
  id: ID!
  name: String
  segment: String
  created: Date!
  locations: [Location!]!
  paymentMethod: PaymentMethod
  hipaa: Boolean!
  features: [String!]
  billing: Billing!
  trialEnds: Date
}

Fields

Account.id ● ID! non-null scalar

Account.name ● String scalar

Account.segment ● String scalar

Account.created ● Date! non-null scalar

Account.locations ● [Location!]! non-null object

Account.paymentMethod ● PaymentMethod enum

Account.hipaa ● Boolean! non-null scalar

Account.features ● [String!] list scalar

Account.billing ● Billing! non-null object

Account.trialEnds ● Date scalar

Returned By

account query