Skip to main content

LibraryCreate

Create a new Library resource.

Mutation

mutation LibraryCreate($input: LibraryCreateInput!) {
LibraryCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Library resource.