CreateMembershipContactStoreLocationPayload
Payload returned when creating a new location for a membership contact store.
type CreateMembershipContactStoreLocationPayload {
location: Location!
}
Fields
CreateMembershipContactStoreLocationPayload.location
● Location!
non-null object
Returned By
createMembershipContactStoreLocation
mutation