Referral
No description
type Referral {
id: ID!
messageBase64: String!
consumerConnection: ConsumerConnection!
serviceProviderInfo: ServiceProviderInfo!
sentOn: String
}
Fields
Referral.id ● ID! non-null scalar
The id of the referral
Referral.messageBase64 ● String! non-null scalar
A guiding message for the service provider that is shown in the email. This message is returned in Base64 encoded format
Referral.consumerConnection ● ConsumerConnection! non-null object
The consumer that was referred
Referral.serviceProviderInfo ● ServiceProviderInfo! non-null union
The provider to which the consumer was referred
Referral.sentOn ● String scalar
The time the referral was send. Returns null when used as a return type for the mutation referConnectedServiceProviders.
Returned by
referConnectedServiceProviders mutation
Member of
Folder object