Skip to main content

LocationCreate

Create a new Location resource.

Mutation

mutation LocationCreate($input: LocationCreateInput!) {
LocationCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Location resource.