Skip to main content

AddQprLocationConfigurationInput

Input for creating contact information for a German federal state.

input AddQprLocationConfigurationInput {
locationCode: FederalStates!
locationName: String!
specialNote: String
vdekAddress: Address!
vdekEmail: String!
vdekPhone: String!
vdekWeb: String!
}

Fields

AddQprLocationConfigurationInput.locationCode ● FederalStates! non-null enum

The federal state to create contact information for.

AddQprLocationConfigurationInput.locationName ● String! non-null scalar

Name of the location.

AddQprLocationConfigurationInput.specialNote ● String scalar

Additional notes about the federal state.

AddQprLocationConfigurationInput.vdekAddress ● Address! non-null scalar

Postal address of the federal state authority.

AddQprLocationConfigurationInput.vdekEmail ● String! non-null scalar

Email address of the federal state authority.

AddQprLocationConfigurationInput.vdekPhone ● String! non-null scalar

Phone number of the federal state authority.

AddQprLocationConfigurationInput.vdekWeb ● String! non-null scalar

Website of the federal state authority.

Member Of

experimental_addQprLocationConfiguration mutation