Skip to main content

DeviceCreate

Create a new Device resource.

Mutation

mutation DeviceCreate($input: DeviceCreateInput!) {
DeviceCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Device resource.