Skip to main content

ConnectedServiceProviderInfo

No description

type ConnectedServiceProviderInfo {
id: ID!
name: String!
email: String!
businessLocation: BusinessLocation!
}

Fields

ConnectedServiceProviderInfo.id ● ID! non-null scalar

The id of the service provider organisation

ConnectedServiceProviderInfo.name ● String! non-null scalar

Name of organisation

ConnectedServiceProviderInfo.email ● String! non-null scalar

Email of organisation

ConnectedServiceProviderInfo.businessLocation ● BusinessLocation! non-null object

Returned by

serviceProviders query

Implemented by

ServiceProviderInfo union