Skip to content

ProviderBio

A provider bio object

Fields

bio · String! · required · The biography of the provider
id · ID! · required · The unique identifier of the provider bio

Used By

Definition

"""
A provider bio object
"""
type ProviderBio {
"""
The biography of the provider
"""
bio: String!
"""
The unique identifier of the provider bio
"""
id: ID!
}