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