Skip to main content

PersonCreate

Create a new Person resource.

Mutation

mutation PersonCreate($input: PersonCreateInput!) {
PersonCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Person resource.