mutation CreateGQLChildUserCollection( $title: String! $parentUserCollectionID: ID! ) { createGQLChildUserCollection( title: $title parentUserCollectionID: $parentUserCollectionID ) { id } }