ServiceType
No description
type ServiceType {
createdAt: ISO8601DateTime!
id: ID!
label: String!
serviceKindType: [String!]
updatedAt: ISO8601DateTime!
}
Fields
ServiceType.createdAt
● ISO8601DateTime!
non-null scalar
ServiceType.id
● ID!
non-null scalar
ServiceType.label
● String!
non-null scalar
ServiceType.serviceKindType
● [String!]
list scalar
ServiceType.updatedAt
● ISO8601DateTime!
non-null scalar
Returned By
serviceType
query
Member Of
ServiceTypeCollection
object