Skip to main content

QprLocationConfiguration

Contact information for a German federal state. This data is non-tenant-specific and shared across all tenants.

type QprLocationConfiguration {
id: QprLocationConfigurationID!
locationCode: FederalStates!
locationName: String!
specialNote: String
vdekAddress: Address!
vdekEmail: String!
vdekPhone: String!
vdekWeb: String!
}

Fields

QprLocationConfiguration.id ● QprLocationConfigurationID! non-null scalar

Unique identifier for this federal state contact.

QprLocationConfiguration.locationCode ● FederalStates! non-null enum

The federal state this contact information belongs to.

QprLocationConfiguration.locationName ● String! non-null scalar

Name of the location.

QprLocationConfiguration.specialNote ● String scalar

Additional notes about the federal state.

QprLocationConfiguration.vdekAddress ● Address! non-null scalar

Postal address of the federal state authority.

QprLocationConfiguration.vdekEmail ● String! non-null scalar

Email address of the federal state authority.

QprLocationConfiguration.vdekPhone ● String! non-null scalar

Phone number of the federal state authority.

QprLocationConfiguration.vdekWeb ● String! non-null scalar

Website of the federal state authority.

Returned By

experimental_addQprLocationConfiguration mutation ● experimental_updateQprLocationConfiguration mutation ● qprLocationConfiguration query ● qprLocationConfigurations query